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

Model: QuantaSparkLabs/NeuroSpark-Instruct-2B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-04 15:32:05 +08:00
commit 52a9db5d49
8 changed files with 818 additions and 0 deletions

8
generation_config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"max_new_tokens": 512,
"temperature": 0.7,
"do_sample": true,
"top_p": 0.95,
"pad_token_id": 151643,
"eos_token_id": 151645
}