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

Model: IlyaGusev/rugpt_medium_turbo_instructed
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-29 06:23:17 +08:00
commit 31370fc0c3
11 changed files with 50178 additions and 0 deletions

12
generation_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"_from_model_config": true,
"bos_token_id": 50256,
"eos_token_id": 50256,
"transformers_version": "4.27.1",
"no_repeat_ngram_size": 4,
"num_beams": 1,
"top_p": 0.95,
"temperature": 0.5,
"repetition_penalty": 1.2,
"max_length": 512
}