Files
RoLlama3.1-8b-Instruct-DPO/special_tokens_map.json
ModelHub XC f760bdb35d 初始化项目,由ModelHub XC社区提供模型
Model: OpenLLM-Ro/RoLlama3.1-8b-Instruct-DPO
Source: Original Platform
2026-08-04 16:33:18 +08:00

28 lines
539 B
JSON

{
"additional_special_tokens": [
"<|eot_id|>",
"<|eom_id|>"
],
"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": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}