Lolol857 commited on
Commit
c0530c5
·
verified ·
1 Parent(s): b49b48e

Add README

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,7 +1,23 @@
1
  ---
2
- license: apache-2.0
3
- base_model:
4
- - DavidAU/Llama3.2-DeepHermes-3-3B-Preview-Reasoning-MAX-NEO-Imatrix-GGUF
5
  tags:
 
 
6
  - unsloth
 
7
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
2
  tags:
3
+ - gguf
4
+ - llama.cpp
5
  - unsloth
6
+
7
  ---
8
+
9
+ # goon : 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 Lolol857/goon --jinja`
15
+ - For multimodal models: `llama-mtmd-cli -hf Lolol857/goon --jinja`
16
+
17
+ ## Available Model files:
18
+ - `llama-3.2-3b-instruct.Q4_K_M.gguf`
19
+
20
+ ## Ollama
21
+ An Ollama Modelfile is included for easy deployment.
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)