nucleotide-transformer-500m-human-ref / tokenizer_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
23c2bdc
{
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"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": "<mask>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "<cls>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": true,
"cls_token": "<cls>",
"eos_token": null,
"mask_token": "<mask>",
"model_max_length": 1000,
"pad_token": "<pad>",
"tokenizer_class": "EsmTokenizer",
"unk_token": "<unk>"
}