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

Model: GPUburnout/GPUburnout-1B-160K
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-05 01:45:17 +08:00
commit fdfd4051a5
10 changed files with 159337 additions and 0 deletions

11
generation_config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"do_sample": true,
"eos_token_id": 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.3.0"
}