yosoyalguien commited on
Commit
90ebd8e
·
verified ·
1 Parent(s): 3a6f09c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - unsloth/gemma-4-E4B-it-GGUF
4
+ license: other
5
+ tags:
6
+ - turboquant
7
+ - gguf
8
+ - quantization
9
+ - tq4_1s
10
+ ---
11
+
12
+ # yosoyalguien/gemma-4-E4B-it-GGUF-TQ4_1S
13
+
14
+ TurboQuant (TQ4_1S) quantization of [unsloth/gemma-4-E4B-it-GGUF](https://huggingface.co/unsloth/gemma-4-E4B-it-GGUF).
15
+
16
+ ## Details
17
+
18
+ | Field | Value |
19
+ |---|---|
20
+ | Parent model | [unsloth/gemma-4-E4B-it-GGUF](https://huggingface.co/unsloth/gemma-4-E4B-it-GGUF) |
21
+ | Quantization type | TQ4_1S |
22
+ | Quantization tool | [turboquant-plus-tqp-v0.2.0](https://github.com/ggml-org/llama.cpp) |
23
+ | File | `gemma-4-E4B-it-tq4_1s.gguf` |
24
+
25
+ ## Usage
26
+
27
+ Use with [llama.cpp](https://github.com/ggml-org/llama.cpp) (TurboQuant fork) or any GGUF-compatible runtime that supports the TQ4_1S type.
28
+
29
+ ```bash
30
+ llama-server -m gemma-4-E4B-it-tq4_1s.gguf --port 8080
31
+ ```
32
+
33
+ ## Disclaimer
34
+
35
+ This model was quantized using TurboQuant, an experimental KV cache compression and quantization method. Quality may differ from the parent model. Refer to the parent model for licensing and usage terms.