初始化项目,由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

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
---
frameworks:
- ""
---
# Qwen3-1.7B-GPU-QA-Lora
基于Qwen3-1.7B使用LoRA微调的GPU并行计算问答模型。
## 使用方法
```python
from modelscope import AutoModelForCausalLM, AutoTokenizer
model_id = "hyx990604/Qwen3-1.7B-GPU-QA-Lora"
model = AutoModelForCausalLM.from_pretrained(model