File size: 285 Bytes
37799f5 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"is_local": false,
"mask_token": "<|mask|>",
"model_max_length": 32768,
"pad_token": "<|padding|>",
"tokenizer_class": "TokenizersBackend"
}
|