Timonafri commited on
Commit
2bab576
·
verified ·
1 Parent(s): e0c3670

Add README

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - gguf
4
+ - llama.cpp
5
+ - unsloth
6
+ - vision-language-model
7
  ---
8
+
9
+ # e2b_fin2 : 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 Timonafri/e2b_fin2 --jinja`
15
+ - For multimodal models: `llama-mtmd-cli -hf Timonafri/e2b_fin2 --jinja`
16
+
17
+ ## Available Model files:
18
+ - `gemma4_gguf.Q4_K_M.gguf`
19
+ - `gemma4_gguf.F16-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)