File size: 207 Bytes
705037e | 1 2 3 4 5 6 7 8 9 10 | {
"bos_token": "<bos>",
"clean_up_tokenization_spaces": true,
"eos_token": "<eos>",
"model_max_length": 512,
"pad_token": "<pad>",
"tokenizer_class": "SpectraTokenizer",
"unk_token": "<unk>"
}
|