accentuator / nn /nn_accent /tokenizer_config.json
Den4ikAI's picture
Upload 66 files
153c03b verified
raw
history blame contribute delete
No virus
257 Bytes
{
"bos_token": "[bos]",
"clean_up_tokenization_spaces": true,
"do_lower_case": true,
"eos_token": "[eos]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[pad]",
"tokenizer_class": "CharTokenizer",
"unk_token": "[unk]"
}