初始化项目,由ModelHub XC社区提供模型
Model: hyx990604/qwen3-1.7b-gpu-qa-lora Source: Original Platform
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal 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
|
||||
Reference in New Issue
Block a user