dta-char-ngram / tokenizer_config.json
stefan-it's picture
feat: add initial model
b719bdf verified
Raw
History Blame Contribute Delete
324 Bytes
{
"backend": "tokenizers",
"bos_token": "<eos>",
"clean_up_tokenization_spaces": false,
"eos_token": "<eos>",
"is_local": true,
"local_files_only": false,
"model_max_length": 1073741824,
"pad_token": "<eos>",
"split_special_tokens": true,
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}