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

Model: yeontaek/Platypus2xOpenOrca-13B-IA3-v4
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-27 13:56:19 +08:00
commit 1c6e03e1b8
13 changed files with 93960 additions and 0 deletions

21
special_tokens_map.json Normal file
View File

@@ -0,0 +1,21 @@
{
"additional_special_tokens": [
"<|end_of_turn|>",
"<|PAD|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": "<|end_of_turn|>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}