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

Model: AI-ModelScope/Yi-1.5-34B-Chat-AWQ
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-11 12:22:13 +08:00
commit 89c58cfef0
14 changed files with 175767 additions and 0 deletions

30
special_tokens_map.json Normal file
View File

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