preferredev commited on
Commit
652c195
·
verified ·
1 Parent(s): 82a25ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -11
README.md CHANGED
@@ -4,20 +4,16 @@ tags:
4
  - llama.cpp
5
  - unsloth
6
  - vision-language-model
 
 
 
7
  ---
8
 
9
  # qwen_fable5_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 preferredev/qwen_fable5_gguf --jinja`
15
- - For multimodal models: `llama-mtmd-cli -hf preferredev/qwen_fable5_gguf --jinja`
16
 
17
  ## Available Model files:
18
- - `Qwen2-VL-2B-Instruct.Q8_0.gguf`
19
- - `Qwen2-VL-2B-Instruct.Q5_K_M.gguf`
20
- - `Qwen2-VL-2B-Instruct.Q4_K_M.gguf`
21
- - `Qwen2-VL-2B-Instruct.F16-mmproj.gguf`
22
- This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
23
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
4
  - llama.cpp
5
  - unsloth
6
  - vision-language-model
7
+ license: mit
8
+ language:
9
+ - en
10
  ---
11
 
12
  # qwen_fable5_gguf : GGUF
13
 
14
+ This model was finetuned on Fable 5 traces.
 
 
 
 
15
 
16
  ## Available Model files:
17
+ - `Q8_0`
18
+ - `Q5_K_M`
19
+ - `Q4_K_M`