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

Model: AlexWortega/instruct_rugptMedium
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-30 23:19:03 +08:00
commit 4d876f737b
11 changed files with 150613 additions and 0 deletions

30
special_tokens_map.json Normal file
View File

@@ -0,0 +1,30 @@
{
"additional_special_tokens": [
"<code>",
"</code>",
"<instructionS>",
"<instructionE>",
"<next>"
],
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}