carmania-160k-seqlen-human / tokenizer_config.json
MsAlEhR's picture
Upload folder using huggingface_hub
bd9a568 verified
raw
history blame contribute delete
544 Bytes
{
"added_tokens_decoder": {
"4": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": null,
"extra_special_tokens": {},
"model_max_length": 160000,
"pad_token": "[PAD]",
"tokenizer_class": "CarmaniaTokenizer",
"unk_token": "[PAD]",
"auto_map": {
"AutoTokenizer": [
"tokenization_carmania.CarmaniaTokenizer",
null
]
}
}