tiny-random-BlenderbotModel / tokenizer_config.json
IlyasMoutawwakil's picture
Mirror from hf-internal-testing/tiny-random-BlenderbotModel
c66f8b6 verified
{
"add_prefix_space": true,
"bos_token": {
"__type": "AddedToken",
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"cls_token": {
"__type": "AddedToken",
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"__type": "AddedToken",
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"errors": "replace",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false
},
"model_max_length": 100,
"name_or_path": "temp/dummy/blenderbot/processors",
"pad_token": {
"__type": "AddedToken",
"content": "<pad>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"sep_token": {
"__type": "AddedToken",
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"special_tokens_map_file": "/home/huggingface/.cache/huggingface/hub/models--facebook--blenderbot-3B/snapshots/c468b2376f5f49d20624f31383023f2bbd360c8d/special_tokens_map.json",
"tokenizer_class": "BlenderbotTokenizer",
"tokenizer_class_name": "BlenderbotTokenizer",
"trim_offsets": true,
"unk_token": {
"__type": "AddedToken",
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}