初始化项目,由ModelHub XC社区提供模型
Model: FlyDutch/telechat2-7b-Cot Source: Original Platform
This commit is contained in:
15
generation_config.json
Normal file
15
generation_config.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user