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

Model: TheBloke/vicuna-7B-v0-GPTQ
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-17 10:35:12 +08:00
commit 7240cc52b5
11 changed files with 610 additions and 0 deletions

34
tokenizer_config.json Normal file
View File

@@ -0,0 +1,34 @@
{
"add_bos_token": true,
"add_eos_token": false,
"bos_token": {
"__type": "AddedToken",
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"clean_up_tokenization_spaces": false,
"eos_token": {
"__type": "AddedToken",
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 1000000000000000019884624838656,
"pad_token": null,
"sp_model_kwargs": {},
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--lmsys--vicuna-7b-delta-v0/snapshots/142d4e179e45304c430e5bf2cf5f9816f1c2be7a/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}