random_models / tinyllama-chat /tokenizer /tokenizer_config.json
shibatch's picture
Upload folder using huggingface_hub
ce7ccba verified
Raw
History Blame Contribute Delete
276 Bytes
{
"add_bos_token": true,
"add_eos_token": false,
"add_prefix_space": true,
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"legacy": true,
"model_max_length": 128,
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>"
}