danielhanchen commited on
Commit
deaf871
·
verified ·
1 Parent(s): eb58c19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -1,6 +1,9 @@
1
  ---
2
  tags:
 
3
  - unsloth
 
 
4
  base_model:
5
  - Qwen/Qwen3-Coder-Next
6
  library_name: transformers
@@ -8,22 +11,21 @@ license: apache-2.0
8
  license_link: https://huggingface.co/Qwen/Qwen3-Coder-Next/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>
19
- <div style="display: flex; gap: 5px; align-items: center; ">
20
  <a href="https://github.com/unslothai/unsloth/">
21
  <img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
22
  </a>
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>
 
1
  ---
2
  tags:
3
+ - qwen3_next
4
  - unsloth
5
+ - qwen
6
+ - qwen3
7
  base_model:
8
  - Qwen/Qwen3-Coder-Next
9
  library_name: transformers
 
11
  license_link: https://huggingface.co/Qwen/Qwen3-Coder-Next/blob/main/LICENSE
12
  pipeline_tag: text-generation
13
  ---
 
 
 
 
14
  <div>
15
+ <p style="margin-bottom: 0; margin-top: 0;">
16
+ <h1 style="margin-top: 0rem;">To Run Qwen3-Coder-Next locally - <a href="https://unsloth.ai/docs/models/qwen3-coder-next">Read our Guide!</a></h1>
17
+ </p>
18
  <p style="margin-top: 0;margin-bottom: 0;">
19
+ <em><a href="https://unsloth.ai/docs/basics/unsloth-dynamic-2.0-ggufs">Unsloth Dynamic 2.0</a> achieves superior accuracy & outperforms other leading quants.</em>
20
  </p>
21
+ <div style="margin-top: 0;display: flex; gap: 5px; align-items: center; ">
22
  <a href="https://github.com/unslothai/unsloth/">
23
  <img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
24
  </a>
25
  <a href="https://discord.gg/unsloth">
26
  <img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
27
  </a>
28
+ <a href="https://unsloth.ai/docs/models/qwen3-coder-next">
29
  <img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
30
  </a>
31
  </div>