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

Model: dnotitia/DNA-R1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-05 10:37:54 +08:00
commit 04e3557295
20 changed files with 101503 additions and 0 deletions

16
generation_config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"_from_model_config": true,
"bos_token_id": 100257,
"eos_token_id": [
100265,
100355
],
"pad_token_id": 100349,
"do_sample": true,
"temperature": 0.1,
"top_p": 0.9,
"max_new_tokens": 4096,
"frequency_penalty": 0.1,
"presence_penalty": 0.1,
"transformers_version": "4.46.1"
}