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

Model: QLUNLP/BianCang-Qwen2-7B-Instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-07 18:18:15 +08:00
commit 450169d263
25 changed files with 521426 additions and 0 deletions

10
generation_config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"do_sample": true,
"eos_token_id": 151643,
"max_new_tokens": 2048,
"pad_token_id": 151643,
"temperature": 0.3,
"top_k": 20,
"top_p": 0.7,
"transformers_version": "4.40.2"
}