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

Model: Tele-AI/TeleChat2-3B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-04 17:42:16 +08:00
commit 73d89e1bbe
16 changed files with 1995 additions and 0 deletions

15
generation_config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"max_new_tokens": 1000,
"do_sample": false,
"use_cache": true,
"temperature": 0.0,
"top_k": 5,
"top_p": 0.85,
"repetition_penalty": 1.05,
"pad_token_id": 3,
"bos_token_id": 1,
"eos_token_id": 2,
"user_token_id": 4,
"bot_token_id": 5,
"start_token_id": 1
}