初始化项目,由ModelHub XC社区提供模型
Model: MTSAIR/Kodify-Nano Source: Original Platform
This commit is contained in:
18
generation_config.json
Normal file
18
generation_config.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"transformers_version": "4.46.3",
|
||||
"temperature": 0.4,
|
||||
"max_len": 8192,
|
||||
"max_tokens": 4096,
|
||||
"do_sample": true,
|
||||
"presence_penalty": 0.0,
|
||||
"frequency_penalty": 0.0,
|
||||
"repetition_penalty": 1.0,
|
||||
"top_p": 0.8,
|
||||
"top_k": 20,
|
||||
"n": 1,
|
||||
"best_of": 1,
|
||||
"seed": null,
|
||||
"use_beam_search": false,
|
||||
"length_penalty": 1.0,
|
||||
"ignore_eos": false
|
||||
}
|
||||
Reference in New Issue
Block a user