rivet-1b-pt / tokenizer_config.json
josh-a's picture
v9 pretrained base weights (Qwen3 format, 16K context)
83c8e34 verified
Raw
History Blame Contribute Delete
468 Bytes
{
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"extra_special_tokens": [
"<think>",
"</think>",
"<|im_start|>",
"<|im_end|>"
],
"from_slow": true,
"is_local": true,
"local_files_only": false,
"model_max_length": 2048,
"pad_token": "<pad>",
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>",
"use_default_system_prompt": false
}