File size: 233 Bytes
61058c3 | 1 2 3 4 5 6 7 8 9 10 | {
"backend": "tokenizers",
"eos_token": "<|endoftext|>",
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}
|