Jackrong commited on
Commit
21b19e5
·
verified ·
1 Parent(s): f9bdca1

Add README

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - gguf
4
+ - llama.cpp
5
+ - unsloth
6
+ - vision-language-model
7
+ ---
8
+
9
+ # Qwopus3.5-0.8B-v3-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 Jackrong/Qwopus3.5-0.8B-v3-GGUF --jinja`
15
+ - For multimodal models: `llama-mtmd-cli -hf Jackrong/Qwopus3.5-0.8B-v3-GGUF --jinja`
16
+
17
+ ## Available Model files:
18
+ - `Qwen3.5-0.8B.Q8_0.gguf`
19
+ - `Qwen3.5-0.8B.Q6_K.gguf`
20
+ - `Qwen3.5-0.8B.Q5_K_M.gguf`
21
+ - `Qwen3.5-0.8B.Q4_K_M.gguf`
22
+ - `Qwen3.5-0.8B.BF16-mmproj.gguf`
23
+ This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
24
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)