spliceai / tokenizer_config.json
ZhiyuanChen's picture
Upload folder using huggingface_hub
f99a197 verified
{
"added_tokens_decoder": {
"4": {
"content": "N",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [],
"bos_token": null,
"clean_up_tokenization_spaces": true,
"cls_token": null,
"codon": false,
"eos_token": null,
"extra_special_tokens": {},
"mask_token": null,
"model_max_length": 1000000000000000019884624838656,
"nmers": 1,
"pad_token": "N",
"replace_T_with_U": true,
"sep_token": null,
"tokenizer_class": "RnaTokenizer",
"unk_token": "N"
}