tiny-random-SplinterModel / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for SplinterModel
893500f verified
Raw
History Blame Contribute Delete
466 Bytes
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"do_lower_case": false,
"is_local": true,
"local_files_only": false,
"mask_token": "[MASK]",
"model_max_length": 512,
"model_specific_special_tokens": {
"question_token": "[QUESTION]"
},
"pad_token": "[PAD]",
"question_token": "[QUESTION]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "SplinterTokenizer",
"unk_token": "[UNK]"
}