Matrix commited on
Commit
b0455d6
·
verified ·
1 Parent(s): 941f6df

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - google/gemma-3-4b-it-qat-int4-unquantized
4
+ - huihui-ai/gemma-3-4b-it-abliterated
5
+ - VIDraft/Gemma-3-R1984-4B
6
+ - neo4j/text-to-cypher-Gemma-3-4B-Instruct-2025.04.0
7
+ - google/medgemma-4b-it
8
+ - google/gemma-3-4b-it-qat-q4_0-unquantized
9
+ - ZySec-AI/gemma-3-4b-document-writer
10
+ library_name: transformers
11
+ tags:
12
+ - mergekit
13
+ - merge
14
+ ---
15
+
16
+ # Gemma-3-4B GGUF Quantized Models
17
+
18
+ ## Technical Details
19
+ - **Quantization Tool:** llama.cpp
20
+ - **Version:** version: 5862 (704bb7a7)
21
+
22
+ ## Model Information
23
+ - **Base Model:** [Gunulhona/Gemma-3-4B](https://huggingface.co/Gunulhona/Gemma-3-4B)
24
+ - **Quantized by:** [matrixportal](https://huggingface.co/matrixportal)
25
+
26
+ ## Available Files
27
+ | 🚀 Download | 🔢 Type | 📝 Description |
28
+ |------------|---------|---------------|
29
+ | [Download](https://huggingface.co/matrixportal/Gemma-3-4B-GGUF/resolve/main/gemma-3-4b.q4_0.gguf) | Q4 0 | Standard 4-bit (fast on ARM) |
30
+ | [Download](https://huggingface.co/matrixportal/Gemma-3-4B-GGUF/resolve/main/gemma-3-4b.q4_k_m.gguf) | Q4 K M | 4-bit balanced (recommended default) |
31
+ | [Download](https://huggingface.co/matrixportal/Gemma-3-4B-GGUF/resolve/main/gemma-3-4b.q5_k_m.gguf) | Q5 K M | 5-bit best (recommended HQ option) |
32
+
33
+ 💡 **Q4 K M** provides the best balance for most use cases