Files
llama3-8b-full-sft-v3/special_tokens_map.json
ModelHub XC ecfe10fa41 初始化项目,由ModelHub XC社区提供模型
Model: ramzanniaz331/llama3-8b-full-sft-v3
Source: Original Platform
2026-06-14 20:29:19 +08:00

33 lines
625 B
JSON

{
"additional_special_tokens": [
{
"content": "<|eom_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}