Text Generation
llama-cpp-python
GGUF
English
qwen3
causal-lm
small-language-model
conversational
FL-50M / tokenizer_config.json
Darek
Upload folder using huggingface_hub
8fb4925 verified
Raw
History Blame Contribute Delete
365 Bytes
{
"tokenizer_class": "PreTrainedTokenizerFast",
"bos_token": "<|endoftext|>",
"eos_token": "<|end|>",
"pad_token": "<|pad|>",
"model_max_length": 1024,
"clean_up_tokenization_spaces": false,
"chat_template": "{% for m in messages %}<|{{ m['role'] }}|>\n{{ m['content'] }}<|end|>\n{% endfor %}{% if add_generation_prompt %}<|assistant|>\n{% endif %}"
}