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

Model: FlyDutch/telechat2-7b-Cot
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-25 16:32:12 +08:00
commit 6392bbeaf1
18 changed files with 2104 additions and 0 deletions

15
generation_config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"bos_token_id": 1,
"bot_token_id": 5,
"do_sample": true,
"eos_token_id": 2,
"max_new_tokens": 2048,
"pad_token_id": 3,
"repetition_penalty": 1.02,
"start_token_id": 1,
"temperature": 0.3,
"top_k": 5,
"top_p": 0.85,
"transformers_version": "4.47.0",
"user_token_id": 4
}