1. 修改了合并模型导出模型的逻辑
2. 修改了一些冗余的bug 3. 页面上表格的调整
This commit is contained in:
13
local_models/Qwen3-0.6B/generation_config.json
Normal file
13
local_models/Qwen3-0.6B/generation_config.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"bos_token_id": 151643,
|
||||
"do_sample": true,
|
||||
"eos_token_id": [
|
||||
151645,
|
||||
151643
|
||||
],
|
||||
"pad_token_id": 151643,
|
||||
"temperature": 0.6,
|
||||
"top_k": 20,
|
||||
"top_p": 0.95,
|
||||
"transformers_version": "4.51.0"
|
||||
}
|
||||
Reference in New Issue
Block a user