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

Model: BSC-LT/salamandra-7b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-29 08:56:12 +08:00
commit 0664a0f948
17 changed files with 1609 additions and 0 deletions

11
generation_config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": 2,
"do_sample": true,
"temperature": 0.1,
"top_p": 0.95,
"max_new_tokens": 25,
"repetition_penalty": 1.2,
"transformers_version": "4.45.2"
}