tiny-random-BlenderbotSmallModel / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for BlenderbotSmallModel
b3ab377 verified
Raw
History Blame Contribute Delete
970 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "__null__",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "__start__",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "__end__",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "__unk__",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"backend": "custom",
"bos_token": "__start__",
"eos_token": "__end__",
"is_local": false,
"local_files_only": false,
"model_max_length": 200,
"pad_token": "__null__",
"tokenizer_class": "BlenderbotSmallTokenizer",
"unk_token": "__unk__"
}