RNA-FM / tokenizer_config.json
Taykhoom's picture
Upload tokenizer_config.json with huggingface_hub
aafff31 verified
{
"added_tokens_decoder": {
"0": {
"content": "<cls>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<eos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"24": {
"content": "<mask>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": false,
"cls_token": "<cls>",
"eos_token": "<eos>",
"extra_special_tokens": {},
"k_mer": 1,
"mask_token": "<mask>",
"model_max_length": 1024,
"pad_token": "<pad>",
"tokenizer_class": "RnaFmTokenizer",
"unk_token": "<unk>",
"auto_map": {
"AutoTokenizer": [
"tokenization_rnafm.RnaFmTokenizer",
null
]
}
}