my-amature-llm / tokenizer_config.json
jossoft's picture
Upload model files
581c35d verified
raw
history blame contribute delete
619 Bytes
{
"added_tokens_decoder": {
"62": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"63": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": false,
"extra_special_tokens": {},
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "HFLongestMatchTokenizer",
"unk_token": "<unk>"
}