Text Generation
Safetensors
GGUF
English
llama
tiny
educational
conversational
tinyllm / tokenizer_config.json
pythonstudentiam's picture
tinyllm: instruction-tuned
a1fe5be verified
Raw
History Blame Contribute Delete
302 Bytes
{
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"model_max_length": 512,
"pad_token": "<pad>",
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>",
"use_default_system_prompt": false
}