Files
Qwen3-1.7-Leoym-MusaBase/README.md
ModelHub XC 5cf45fe4d3 初始化项目,由ModelHub XC社区提供模型
Model: Leoymoffical/Qwen3-1.7-Leoym-MusaBase
Source: Original Platform
2026-06-05 12:04:13 +08:00

24 lines
545 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
license: apache-2.0
tasks:
- text-generation
language:
- zh
- en
frameworks:
- pytorch
---
# GPU架构与编程大作业 - Qwen2.5微调模型
## 模型概述
本模型基于 `Qwen/Qwen3-1.7B` 进行微调,旨在回答 GPU 架构与编程CUDA、Triton 等)相关问题。
用于 2025 年《GPU架构与编程》大作业二的评测提交。
## 模型训练
- **基座模型**: Qwen/Qwen3-1.7B
## 快速使用
```python
from modelscope import snapshot_download
model_dir = snapshot_download('你的用户名/你的模型英文ID')