spx2 / tokenizer_config.json
talalif's picture
Upload tokenizer
6844a53
raw
history blame
261 Bytes
{
"clean_up_tokenization_spaces": true,
"model_max_length": 1000000000000000019884624838656,
"special_tokens": [
"<s>",
"<pad>",
"</s>",
"<unk>",
"<cls>",
"<sep>",
"<mask>"
],
"tokenizer_class": "PreTrainedTokenizerFast"
}