tiny-random-PerceiverModel / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for PerceiverModel
205fd75 verified
Raw
History Blame Contribute Delete
1.32 kB
{
"added_tokens_decoder": {
"0": {
"content": "[PAD]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "[BOS]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "[EOS]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "[MASK]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"4": {
"content": "[CLS]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"5": {
"content": "[SEP]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"backend": "custom",
"bos_token": "[BOS]",
"cls_token": "[CLS]",
"eos_token": "[EOS]",
"is_local": false,
"local_files_only": false,
"mask_token": "[MASK]",
"model_max_length": 200,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "PerceiverTokenizer"
}