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

Model: davron04/gemma-3-270m-dueta
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-24 06:09:11 +08:00
commit 5cb898efb5
9 changed files with 260 additions and 0 deletions

10
generation_config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"do_sample": false,
"early_stopping": true,
"eos_token_id": 1,
"max_length": 32768,
"no_repeat_ngram_size": 5,
"num_beams": 4,
"pad_token_id": 0,
"transformers_version": "5.9.0"
}