Krasnopjorovs commited on
Commit
1af954d
·
verified ·
1 Parent(s): aa8b581

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -3
README.md CHANGED
@@ -1,3 +1,64 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - ru
6
+ - de
7
+ - fr
8
+ - it
9
+ - zh
10
+ - ja
11
+ - ko
12
+ - ar
13
+ pipeline_tag: text-generation
14
+ tags:
15
+ - gemma
16
+ - gemma-4
17
+ - gguf
18
+ - imatrix
19
+ - quantization
20
+ - rag
21
+ - llama-cpp
22
+ ---
23
+
24
+ # 🧠 Gemma 4 (9B) - Imatrix Quantized (IQ4_XS)
25
+
26
+ This is a highly optimized, heavily quantized 4-bit (IQ4_XS) GGUF version of Google's **Gemma 4**.
27
+ The quantization was performed using a custom **Importance Matrix (imatrix)** to ensure maximum retention of the model's reasoning capabilities and its massive 262k vocabulary, while aggressively shrinking the file size.
28
+
29
+ Optimized and compiled by **Artjoms AI Lab** (artjoms.ai).
30
+
31
+ ## 🌍 Multilingual Capabilities
32
+ Thanks to the preserved 262,144 token vocabulary and custom imatrix, this model exhibits exceptional multilingual logic.
33
+
34
+ **Supported languages include (but are strictly not limited to):**
35
+ English, Russian, German, French, Italian, Mandarin Chinese, Japanese, Korean, and Arabic.
36
+ During testing, the model successfully performed highly technical translations involving complex alphabets and provided unprompted transliteration (Pinyin, Romaji) and literal translation breakdowns.
37
+
38
+ ## 📊 Model Specifications
39
+
40
+ * **Base Model:** Google Gemma 4 (~8-9B parameters)
41
+ * **Quantization Format:** IQ4_XS (GGUF)
42
+ * **Optimization:** Custom Imatrix applied
43
+ * **File Size:** ~4.71 GB
44
+ * **Context Size:** 131,072 tokens (Native Training Context)
45
+ * **Vocabulary Size:** 262,144 tokens
46
+ * **License:** Apache 2.0
47
+
48
+ ## ⚡ Hardware & Performance
49
+
50
+ This specific build is engineered for universal compatibility and maximum throughput. Because of its extremely lightweight footprint (~4.71 GB), it can run efficiently across a massive variety of hardware setups—from edge devices to enterprise AI clusters.
51
+
52
+ **Deployment Flexibility:**
53
+ * **Universal GPU Support:** Comfortably fits entirely into the VRAM of almost any modern consumer or workstation GPU (8GB+ capacity), ensuring zero offloading bottlenecks.
54
+ * **CPU/RAM Fallback:** Runs highly efficiently even on CPU-only configurations, provided there is sufficient standard system memory (e.g., DDR4/DDR5 ECC).
55
+ * **Professional Workstations:** Achieves ultra-high token generation speeds on enterprise-grade architectures and multi-GPU arrays.
56
+ * **RAG & Vector Search:** Perfect for local Retrieval-Augmented Generation pipelines (e.g., processing massive vector databases) where blazing-fast inference and large context windows (up to 131k) are critical.
57
+
58
+ ## 🛠️ Usage with `llama.cpp`
59
+
60
+ This model is fully compatible with `llama.cpp` and frontends like **Open WebUI**.
61
+
62
+ **CLI Example:**
63
+ ```bash
64
+ ./main -m gemma-4-E4B-IQ4_XS.gguf -n 512 -c 8192 --color -i -p "Your prompt here"