MunchProductionz's picture
Upload tokenizer
4a2a4b0 verified
{
"add_prefix_space": true,
"added_tokens_decoder": {
"0": {
"content": "<pad>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "</s>",
"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
},
"65": {
"content": "[CLS]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"66": {
"content": "[SEP]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"67": {
"content": "[MASK]",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"105": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [],
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"eos_token": "</s>",
"mask_token": "[MASK]",
"mask_token_sent": null,
"model_max_length": 4096,
"offset": 0,
"pad_token": "<pad>",
"sep_token": "[SEP]",
"tokenizer_class": "PegasusTokenizer",
"unk_token": "<unk>"
}