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

Model: AXCXEPT/phi-4-open-R1-Distill-EZOv1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-24 22:27:24 +08:00
commit 79c4fc0d56
16 changed files with 602576 additions and 0 deletions

30
special_tokens_map.json Normal file
View File

@@ -0,0 +1,30 @@
{
"bos_token": {
"content": "<|endoftext|>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
}
}