初始化项目,由ModelHub XC社区提供模型
Model: GPUburnout/GPUburnout-2B-75K-Chat-DPO 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": 32000,
|
||||
"do_sample": true,
|
||||
"eos_token_id": [
|
||||
32001,
|
||||
32001
|
||||
],
|
||||
"max_new_tokens": 256,
|
||||
"pad_token_id": 1,
|
||||
"repetition_penalty": 1.1,
|
||||
"temperature": 0.7,
|
||||
"top_k": 50,
|
||||
"top_p": 0.9,
|
||||
"transformers_version": "5.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user