Files
DeepSeek-R1-Distill-Llama-8…/tokenizer_config.json
ModelHub XC 8499acd475 初始化项目,由ModelHub XC社区提供模型
Model: AISafety-Student/DeepSeek-R1-Distill-Llama-8B-heretic
Source: Original Platform
2026-04-10 16:12:12 +08:00

15 lines
412 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<begin▁of▁sentence>",
"clean_up_tokenization_spaces": false,
"eos_token": "<end▁of▁sentence>",
"is_local": false,
"model_max_length": 16384,
"pad_token": "<end▁of▁sentence>",
"sp_model_kwargs": {},
"tokenizer_class": "LlamaTokenizer",
"unk_token": null,
"use_default_system_prompt": false
}