demirzeyn commited on
Commit
5adae32
·
verified ·
1 Parent(s): 1c04745

Add README

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - gguf
4
+ - llama.cpp
5
+ - unsloth
6
+
7
+ ---
8
+
9
+ # gemma3-forensics-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 demirzeyn/gemma3-forensics-GGUF --jinja`
15
+ - For multimodal models: `llama-mtmd-cli -hf demirzeyn/gemma3-forensics-GGUF --jinja`
16
+
17
+ ## Available Model files:
18
+ - `gemma-3-1b-it.Q8_0.gguf`
19
+ - `gemma-3-1b-it.Q4_K_M.gguf`
20
+
21
+ ## Ollama
22
+ An Ollama Modelfile is included for easy deployment.
23
+
24
+ ## Note
25
+ The model's BOS token behavior was adjusted for GGUF compatibility.
26
+ This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
27
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)