Question Answering
GGUF
qwen3_5
llama.cpp
vision-language-model
conversational
nphearum commited on
Commit
bf6ba67
·
verified ·
1 Parent(s): cb988d5

Add README

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -2,21 +2,20 @@
2
  tags:
3
  - gguf
4
  - llama.cpp
 
5
  - vision-language-model
6
- license: apache-2.0
7
- base_model:
8
- - Qwen/Qwen3.5-4B
9
- pipeline_tag: question-answering
10
  ---
11
 
12
  # Qwen3.5-4BxOpus-5.6-Code-Reasoning-Full-Distilled-GGUF : GGUF
13
 
14
- This model was finetuned and converted to GGUF format
15
 
16
  **Example usage**:
17
  - For text only LLMs: `llama-cli -hf nphearum/Qwen3.5-4BxOpus-5.6-Code-Reasoning-Full-Distilled-GGUF --jinja`
18
  - For multimodal models: `llama-mtmd-cli -hf nphearum/Qwen3.5-4BxOpus-5.6-Code-Reasoning-Full-Distilled-GGUF --jinja`
19
 
20
  ## Available Model files:
21
- - `Qwen3.5-4B.Q5_K_M.gguf`
22
- - `Qwen3.5-4B.BF16-mmproj.gguf`
 
 
 
2
  tags:
3
  - gguf
4
  - llama.cpp
5
+ - unsloth
6
  - vision-language-model
 
 
 
 
7
  ---
8
 
9
  # Qwen3.5-4BxOpus-5.6-Code-Reasoning-Full-Distilled-GGUF : GGUF
10
 
11
+ This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
12
 
13
  **Example usage**:
14
  - For text only LLMs: `llama-cli -hf nphearum/Qwen3.5-4BxOpus-5.6-Code-Reasoning-Full-Distilled-GGUF --jinja`
15
  - For multimodal models: `llama-mtmd-cli -hf nphearum/Qwen3.5-4BxOpus-5.6-Code-Reasoning-Full-Distilled-GGUF --jinja`
16
 
17
  ## Available Model files:
18
+ - `Qwen3.5-4B.Q2_K_L.gguf`
19
+ - `Qwen3.5-4B.BF16-mmproj.gguf`
20
+ This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
21
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)