Files
Deepthink-Llama-3-8B-Preview/special_tokens_map.json
ModelHub XC b7b0a53665 初始化项目,由ModelHub XC社区提供模型
Model: prithivMLmods/Deepthink-Llama-3-8B-Preview
Source: Original Platform
2026-06-03 05:30:12 +08:00

24 lines
506 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.

{
"bos_token": {
"content": "<begin▁of▁sentence>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<end▁of▁sentence>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|finetune_right_pad_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}