初始化项目,由ModelHub XC社区提供模型

Model: AdamLucek/Orpo-Llama-3.2-1B-15k
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-06 17:03:49 +08:00
commit 283ffdc1dc
8 changed files with 2271 additions and 0 deletions

21
special_tokens_map.json Normal file
View File

@@ -0,0 +1,21 @@
{
"additional_special_tokens": [
{
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"bos_token": "<|im_start|>",
"eos_token": "<|im_end|>",
"pad_token": "<|im_end|>"
}