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

Model: hyx990604/qwen3-1.7b-gpu-qa-lora
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-19 03:52:12 +08:00
commit d26e1370ce
16 changed files with 858 additions and 0 deletions

12
configuration.json Normal file
View File

@@ -0,0 +1,12 @@
{
"_name_or_path": "./",
"architectures": [
"Qwen2ForCausalLM"
],
"auto_map": {
"AutoModelForCausalLM": "modeling_qwen2.Qwen2ForCausalLM"
},
"model_type": "qwen2",
"torch_dtype": "float16",
"transformers_version": "4.37.0"
}