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

Model: Aspik101/WizardVicuna-Uncensored-3B-instruct-PL-lora_unload
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-07 05:03:09 +08:00
commit ca5a641b54
9 changed files with 97102 additions and 0 deletions

24
special_tokens_map.json Normal file
View File

@@ -0,0 +1,24 @@
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}