Echo-TDM / tokenizer_config.json
aydndglr's picture
Upload 6 files
e7a8672 verified
{
"added_tokens_decoder": {
"0": {
"content": "<PAD>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<UNK>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<SOS>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "<EOS>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"4": {
"content": "<CLS>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"5": {
"content": "<SEP>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"6": {
"content": "<MASK>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<SOS>",
"clean_up_tokenization_spaces": false,
"cls_token": "<CLS>",
"do_lower_case": false,
"eos_token": "<EOS>",
"extra_special_tokens": {},
"mask_token": "<MASK>",
"model_max_length": 16384,
"pad_token": "<PAD>",
"padding_side": "right",
"sep_token": "<SEP>",
"tokenizer_class": "PreTrainedTokenizer",
"truncation_side": "right",
"unk_token": "<UNK>"
}