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

Model: Polygl0t/Tucano2-qwen-1.5B-Instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-03 21:09:24 +08:00
commit b3da837d27
22 changed files with 465576 additions and 0 deletions

14
generation_config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": [
2
],
"max_new_tokens": 1024,
"pad_token_id": 49109,
"renormalize_logits": true,
"repetition_penalty": 1.2,
"temperature": 0.1,
"transformers_version": "4.57.3",
"use_cache": false
}