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

Model: QLUNLP/BianCang-Qwen2-7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-02 00:44:14 +08:00
commit 4b95b6d75d
28 changed files with 528423 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"
}