File size: 267 Bytes
5ef8055 |
1 2 3 4 5 6 7 8 9 10 |
{
"bos_token": "<s>",
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"special_tokens_map_file": "commoncrawl/special_tokens_map.json",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<unk>"
}
|