Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- unsloth
|
|
|
|
|
4 |
base_model:
|
5 |
- Qwen/Qwen3-Coder-30B-A3B-Instruct
|
6 |
library_name: transformers
|
@@ -9,12 +11,17 @@ license_link: https://huggingface.co/Qwen/Qwen3-Coder-30B-A3B-Instruct/blob/main
|
|
9 |
pipeline_tag: text-generation
|
10 |
---
|
11 |
> [!NOTE]
|
12 |
-
>
|
13 |
>
|
14 |
-
|
15 |
<div>
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
<p style="margin-top: 0;margin-bottom: 0;">
|
17 |
-
|
18 |
</p>
|
19 |
<div style="display: flex; gap: 5px; align-items: center; ">
|
20 |
<a href="https://github.com/unslothai/unsloth/">
|
@@ -23,14 +30,25 @@ pipeline_tag: text-generation
|
|
23 |
<a href="https://discord.gg/unsloth">
|
24 |
<img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
|
25 |
</a>
|
26 |
-
<a href="https://docs.unsloth.ai/">
|
27 |
<img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
|
28 |
</a>
|
29 |
</div>
|
|
|
30 |
</div>
|
31 |
|
32 |
-
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
<a href="https://chat.qwen.ai/" target="_blank" style="margin: 2px;">
|
35 |
<img alt="Chat" src="https://img.shields.io/badge/%F0%9F%92%9C%EF%B8%8F%20Qwen%20Chat%20-536af5" style="display: inline-block; vertical-align: middle;"/>
|
36 |
</a>
|
@@ -43,7 +61,7 @@ pipeline_tag: text-generation
|
|
43 |
- **Long-context Capabilities** with native support for **256K** tokens, extendable up to **1M** tokens using Yarn, optimized for repository-scale understanding.
|
44 |
- **Agentic Coding** supporting for most platform such as **Qwen Code**, **CLINE**, featuring a specially designed function call format.
|
45 |
|
46 |
-
 for free using our Google [Colab notebook](https://docs.unsloth.ai/get-started/unsloth-notebooks)!
|
41 |
+
- Read our Blog about Qwen3 support: [unsloth.ai/blog/qwen3](https://unsloth.ai/blog/qwen3)
|
42 |
+
- View the rest of our notebooks in our [docs here](https://docs.unsloth.ai/get-started/unsloth-notebooks).
|
43 |
+
| Unsloth supports | Free Notebooks | Performance | Memory use |
|
44 |
+
|-----------------|--------------------------------------------------------------------------------------------------------------------------|-------------|----------|
|
45 |
+
| **Qwen3 (14B)** | [▶️ Start on Colab](https://docs.unsloth.ai/get-started/unsloth-notebooks) | 3x faster | 70% less |
|
46 |
+
| **GRPO with Qwen3 (8B)** | [▶️ Start on Colab](https://docs.unsloth.ai/get-started/unsloth-notebooks) | 3x faster | 80% less |
|
47 |
+
| **Llama-3.2 (3B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.2_(1B_and_3B)-Conversational.ipynb) | 2.4x faster | 58% less |
|
48 |
+
| **Llama-3.2 (11B vision)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.2_(11B)-Vision.ipynb) | 2x faster | 60% less |
|
49 |
+
| **Qwen2.5 (7B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Qwen2.5_(7B)-Alpaca.ipynb) | 2x faster | 60% less |
|
50 |
+
|
51 |
+
# Qwen3-Coder-30B-A3B-Instruct
|
52 |
<a href="https://chat.qwen.ai/" target="_blank" style="margin: 2px;">
|
53 |
<img alt="Chat" src="https://img.shields.io/badge/%F0%9F%92%9C%EF%B8%8F%20Qwen%20Chat%20-536af5" style="display: inline-block; vertical-align: middle;"/>
|
54 |
</a>
|
|
|
61 |
- **Long-context Capabilities** with native support for **256K** tokens, extendable up to **1M** tokens using Yarn, optimized for repository-scale understanding.
|
62 |
- **Agentic Coding** supporting for most platform such as **Qwen Code**, **CLINE**, featuring a specially designed function call format.
|
63 |
|
64 |
+

|
65 |
|
66 |
## Model Overview
|
67 |
|