unsloth/Qwen3-30B-A3B-128K-GGUF 已完整同步
See our collection for all versions of Qwen3 including GGUF, 4-bit & 16-bit formats.
Learn to run Qwen3 correctly - Read our Guide.
Unsloth Dynamic 2.0 achieves superior accuracy & outperforms other leading quants.
✨ Run & Fine-tune Qwen3 with Unsloth!
New updated quants
- Fine-tune Qwen3 (14B) for free using our Google Colab notebook here!
- Read our Blog about Qwen3 support: unsloth.ai/blog/qwen3
- View the rest of our notebooks in our docs here.
- Run & export your fine-tuned model to Ollama, llama.cpp or HF.
| Unsloth supports | Free Notebooks | Performance | Memory use |
|---|---|---|---|
| Qwen3 (14B) | ▶️ Start on Colab | 3x faster | 70% less |
| GRPO with Qwen3 (8B) | ▶️ Start on Colab | 3x faster | 80% less |
| Llama-3.2 (3B) | ▶️ Start on Colab | 2.4x faster | 58% less |
| Llama-3.2 (11B vision) | ▶️ Start on Colab | 2x faster | 60% less |
| Qwen2.5 (7B) | ▶️ Start on Colab | 2x faster | 60% less |
| Phi-4 (14B) | ▶️ Start on Colab | 2x faster | 50% less |
To Switch Between Thinking and Non-Thinking
If you are using llama.cpp, Ollama, Open WebUI etc., you can add /think and /no_think to user prompts or system messages to switch the model's thinking mode from turn to turn. The model will follow the most recent instruction in multi-turn conversations.
Here is an example of multi-turn conversation:
> Who are you /no_think
<think>
</think>
I am Qwen, a large-scale language model developed by Alibaba Cloud. [...]
> How many 'r's are in 'strawberries'? /think
<think>
Okay, let's see. The user is asking how many times the letter 'r' appears in the word "strawberries". [...]
</think>
The word strawberries contains 3 instan
33 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_3106_763b0cebca --revision a6092ba8aa0b6e1b54a46a9a03aaa514147c5f45 --output ./ds_ext_3106_763b0cebca
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_3106_763b0cebca --revision a6092ba8aa0b6e1b54a46a9a03aaa514147c5f45 --output ./ds_ext_3106_763b0cebca
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_3106_763b0cebca --revision a6092ba8aa0b6e1b54a46a9a03aaa514147c5f45 --output ./ds_ext_3106_763b0cebca --overwrite
仅包含匹配路径
wehub datasets download ds_ext_3106_763b0cebca --revision a6092ba8aa0b6e1b54a46a9a03aaa514147c5f45 --output ./ds_ext_3106_763b0cebca --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_3106_763b0cebca --revision a6092ba8aa0b6e1b54a46a9a03aaa514147c5f45 --output ./ds_ext_3106_763b0cebca --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_3106_763b0cebca --revision a6092ba8aa0b6e1b54a46a9a03aaa514147c5f45 --output ./ds_ext_3106_763b0cebca --jobs 8
完整帮助:wehub datasets download --help