bart-news / tokenizer_config.json
nutorbit's picture
Upload folder using huggingface_hub
54e9958
raw
history blame contribute delete
No virus
1.77 kB
{
"add_prefix_space": false,
"added_tokens_decoder": {
"0": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<pad>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"50264": {
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"50265": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"50266": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"50267": {
"content": "<|extra_27|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|im_start|>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "<|im_end|>",
"errors": "replace",
"mask_token": "<mask>",
"model_max_length": 1024,
"pad_token": "<|extra_27|>",
"sep_token": "</s>",
"tokenizer_class": "BartTokenizer",
"trim_offsets": true,
"unk_token": "<|extra_27|>"
}