GenerRNA / tokenizer /tokenizer_config.json
MasaakiKotera's picture
Upload folder using huggingface_hub
580a9eb verified
raw
history blame contribute delete
394 Bytes
{
"add_prefix_space": false,
"added_tokens_decoder": {
"0": {
"content": "",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"tokenizer_class": "GPT2Tokenizer"
}