CRISPR-viva / tokenizer_config.json
michaelm16's picture
Upload tokenizer
6ab0dcc verified
raw
history blame
739 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "N",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "E",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "F",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": true,
"cls_token": "E",
"mask_token": "N",
"model_max_length": 64,
"pad_token": "N",
"sep_token": "F",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "N"
}