danielhanchen commited on
Commit
e1fef46
·
verified ·
1 Parent(s): 7350df9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -5
README.md CHANGED
@@ -1,12 +1,39 @@
1
  ---
2
- tags:
3
- - unsloth
4
- base_model:
5
- - Qwen/Qwen3.6-27B
6
  library_name: transformers
7
  license: apache-2.0
8
  license_link: https://huggingface.co/Qwen/Qwen3.6-27B/blob/main/LICENSE
9
  pipeline_tag: image-text-to-text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # Qwen3.6-27B
@@ -562,4 +589,4 @@ If you find our work helpful, feel free to give us a cite.
562
  year = {2026},
563
  url = {https://qwen.ai/blog?id=qwen3.6-27b}
564
  }
565
- ```
 
1
  ---
 
 
 
 
2
  library_name: transformers
3
  license: apache-2.0
4
  license_link: https://huggingface.co/Qwen/Qwen3.6-27B/blob/main/LICENSE
5
  pipeline_tag: image-text-to-text
6
+ base_model:
7
+ - Qwen/Qwen3.6-27B
8
+ tags:
9
+ - unsloth
10
+ - qwen
11
+ ---
12
+ # Read our How to [Run Qwen3.6 Guide!](https://unsloth.ai/docs/models/qwen3.6)
13
+ <div>
14
+ <p style="margin: 0 0 0px 0; margin-top: 0px;">
15
+ <em>See <a href="https://unsloth.ai/docs/basics/unsloth-dynamic-v2.0-gguf">Unsloth Dynamic 2.0 GGUFs</a> for our quantization benchmarks.</em>
16
+ </p>
17
+ <div style="display: flex; gap: 5px; align-items: center; margin-bottom: 0px;">
18
+ <a href="https://github.com/unslothai/unsloth/">
19
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
20
+ </a>
21
+ <a href="https://discord.gg/unsloth">
22
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
23
+ </a>
24
+ <a href="https://unsloth.ai/docs/models/qwen3.6">
25
+ <img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
26
+ </a>
27
+ </div>
28
+ <ul style="margin: 0;">
29
+ <li>Developer Role Support so Qwen3.6 can work in Codex, OpenCode and more!</li>
30
+ <li>Qwen3.6 can now be run and fine-tuned in <a href="https://unsloth.ai/docs/new/studio">Unsloth Studio</a>. <a href="https://unsloth.ai/docs/models/qwen3.6">Read our guide</a>.</li>
31
+ <li>Tool calling improvements: Makes parsing nested objects to make tool calling succeed more.</li>
32
+ <li>Example of Qwen3.6-35B-A3B (2-bit GGUF) running in Unsloth Studio with tool-calling:</li>
33
+ </ul>
34
+ </div>
35
+ <img width="600" alt="qwen3.6 in unsloth studio" src="https://cdn-uploads.huggingface.co/production/uploads/62ecdc18b72a69615d6bd857/wRyC_xcMidEnz4INKA1b-.gif" />
36
+
37
  ---
38
 
39
  # Qwen3.6-27B
 
589
  year = {2026},
590
  url = {https://qwen.ai/blog?id=qwen3.6-27b}
591
  }
592
+ ```