danielhanchen commited on
Commit
caf45ad
·
verified ·
1 Parent(s): 18f6952

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  tags:
3
  - unsloth
 
 
4
  base_model:
5
  - Qwen/Qwen3-VL-4B-Thinking
6
  license: apache-2.0
@@ -8,12 +10,17 @@ pipeline_tag: image-text-to-text
8
  library_name: transformers
9
  ---
10
  > [!NOTE]
11
- > Includes Unsloth **chat template fixes**! <br> For `llama.cpp`, use `--jinja`
12
  >
13
-
14
  <div>
 
 
 
 
 
 
15
  <p style="margin-top: 0;margin-bottom: 0;">
16
- <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>
17
  </p>
18
  <div style="display: flex; gap: 5px; align-items: center; ">
19
  <a href="https://github.com/unslothai/unsloth/">
@@ -22,12 +29,17 @@ library_name: transformers
22
  <a href="https://discord.gg/unsloth">
23
  <img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
24
  </a>
25
- <a href="https://docs.unsloth.ai/">
26
  <img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
27
  </a>
28
  </div>
 
29
  </div>
30
 
 
 
 
 
31
  <a href="https://chat.qwenlm.ai/" target="_blank" style="margin: 2px;">
32
  <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;"/>
33
  </a>
 
1
  ---
2
  tags:
3
  - unsloth
4
+ - qwen3
5
+ - qwen
6
  base_model:
7
  - Qwen/Qwen3-VL-4B-Thinking
8
  license: apache-2.0
 
10
  library_name: transformers
11
  ---
12
  > [!NOTE]
13
+ > Includes Unsloth **chat template fixes**!
14
  >
 
15
  <div>
16
+ <p style="margin-bottom: 0; margin-top: 0;">
17
+ <strong>See our <a href="https://huggingface.co/collections/unsloth/qwen3-vl">Qwen3-VL collection</a> for all versions including GGUF, 4-bit & 16-bit formats.</strong>
18
+ </p>
19
+ <p style="margin-bottom: 0;">
20
+ <em>Learn to run Qwen3-VL correctly - <a href="https://docs.unsloth.ai/models/qwen3-vl-run-and-fine-tune">Read our Guide</a>.</em>
21
+ </p>
22
  <p style="margin-top: 0;margin-bottom: 0;">
23
+ <em>See <a href="https://docs.unsloth.ai/basics/unsloth-dynamic-v2.0-gguf">Unsloth Dynamic 2.0 GGUFs</a> for our quantization benchmarks.</em>
24
  </p>
25
  <div style="display: flex; gap: 5px; align-items: center; ">
26
  <a href="https://github.com/unslothai/unsloth/">
 
29
  <a href="https://discord.gg/unsloth">
30
  <img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
31
  </a>
32
+ <a href="https://docs.unsloth.ai/models/qwen3-vl-run-and-fine-tune">
33
  <img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
34
  </a>
35
  </div>
36
+ <h1 style="margin-top: 0rem;">✨ Read our Qwen3-VL Guide <a href="https://docs.unsloth.ai/models/qwen3-vl-run-and-fine-tune">here</a>!</h1>
37
  </div>
38
 
39
+ - Fine-tune Qwen3-VL-8B for free using our [Google Colab notebook](https://docs.unsloth.ai/models/qwen3-vl-run-and-fine-tune#fine-tuning-qwen3-vl)
40
+ - Or train Qwen3-VL with reinforcement learning (GSPO) with our [free notebook](https://docs.unsloth.ai/models/qwen3-vl-run-and-fine-tune#fine-tuning-qwen3-vl).
41
+ - View the rest of our notebooks in our [docs here](https://docs.unsloth.ai/get-started/unsloth-notebooks).
42
+ ---
43
  <a href="https://chat.qwenlm.ai/" target="_blank" style="margin: 2px;">
44
  <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;"/>
45
  </a>