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

Model: swift/CodeQwen1.5-7B-Chat-GPTQ-Int4
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-19 17:12:11 +08:00
commit 3a43f17e20
11 changed files with 228369 additions and 0 deletions

13
generation_config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"bos_token_id": 2,
"do_sample": true,
"eos_token_id": [
4,
2
],
"pad_token_id": 92298,
"repetition_penalty": 1.0,
"temperature": 1.0,
"top_p": 0.95,
"transformers_version": "4.39.3"
}