Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,21 +1,18 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
license_link: https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507/blob/main/LICENSE
|
5 |
-
|
6 |
-
- Qwen/Qwen3-4B-Instruct-2507
|
7 |
-
tags:
|
8 |
-
- qwen
|
9 |
-
- qwen3
|
10 |
-
- unsloth
|
11 |
---
|
|
|
|
|
|
|
|
|
12 |
<div>
|
13 |
-
<p style="margin-bottom: 0; margin-top: 0;">
|
14 |
-
<strong>See <a href="https://huggingface.co/collections/unsloth/qwen3-680edabfb790c8c34a242f95">our collection</a> for all versions of Qwen3 including GGUF, 4-bit & 16-bit formats.</strong>
|
15 |
-
</p>
|
16 |
-
<p style="margin-bottom: 0;">
|
17 |
-
<em>Learn to run Qwen3-2507 correctly - <a href="https://docs.unsloth.ai/basics/qwen3-2507">Read our Guide</a>.</em>
|
18 |
-
</p>
|
19 |
<p style="margin-top: 0;margin-bottom: 0;">
|
20 |
<em><a href="https://docs.unsloth.ai/basics/unsloth-dynamic-v2.0-gguf">Unsloth Dynamic 2.0</a> achieves superior accuracy & outperforms other leading quants.</em>
|
21 |
</p>
|
@@ -26,25 +23,12 @@ tags:
|
|
26 |
<a href="https://discord.gg/unsloth">
|
27 |
<img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
|
28 |
</a>
|
29 |
-
<a href="https://docs.unsloth.ai/
|
30 |
<img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
|
31 |
</a>
|
32 |
</div>
|
33 |
-
<h1 style="margin-top: 0rem;">✨ Read our Qwen3-2507 Guide <a href="https://docs.unsloth.ai/basics/qwen3-2507">here</a>!</h1>
|
34 |
</div>
|
35 |
|
36 |
-
- Fine-tune Qwen3 (14B) for free using our Google [Colab notebook here](https://docs.unsloth.ai/get-started/unsloth-notebooks)!
|
37 |
-
- Read our Blog about Qwen3 support: [unsloth.ai/blog/qwen3](https://unsloth.ai/blog/qwen3)
|
38 |
-
- View the rest of our notebooks in our [docs here](https://docs.unsloth.ai/get-started/unsloth-notebooks).
|
39 |
-
- Run & export your fine-tuned model to Ollama, llama.cpp or HF.
|
40 |
-
|
41 |
-
| Unsloth supports | Free Notebooks | Performance | Memory use |
|
42 |
-
|-----------------|--------------------------------------------------------------------------------------------------------------------------|-------------|----------|
|
43 |
-
| **Qwen3 (14B)** | [▶️ Start on Colab](https://docs.unsloth.ai/get-started/unsloth-notebooks) | 3x faster | 70% less |
|
44 |
-
| **GRPO with Qwen3 (8B)** | [▶️ Start on Colab](https://docs.unsloth.ai/get-started/unsloth-notebooks) | 3x faster | 80% less |
|
45 |
-
| **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 |
|
46 |
-
| **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 |
|
47 |
-
| **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 |
|
48 |
|
49 |
# Qwen3-4B-Instruct-2507
|
50 |
<a href="https://chat.qwen.ai" target="_blank" style="margin: 2px;">
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- unsloth
|
4 |
+
base_model:
|
5 |
+
- Qwen/Qwen3-4B-Instruct-2507
|
6 |
library_name: transformers
|
7 |
license: apache-2.0
|
8 |
license_link: https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507/blob/main/LICENSE
|
9 |
+
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
+
> [!NOTE]
|
12 |
+
> Includes Unsloth **chat template fixes**! <br> For `llama.cpp`, use `--jinja`
|
13 |
+
>
|
14 |
+
|
15 |
<div>
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
<p style="margin-top: 0;margin-bottom: 0;">
|
17 |
<em><a href="https://docs.unsloth.ai/basics/unsloth-dynamic-v2.0-gguf">Unsloth Dynamic 2.0</a> achieves superior accuracy & outperforms other leading quants.</em>
|
18 |
</p>
|
|
|
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 |
# Qwen3-4B-Instruct-2507
|
34 |
<a href="https://chat.qwen.ai" target="_blank" style="margin: 2px;">
|