kai-os commited on
Commit
ea672ec
·
verified ·
1 Parent(s): 35efd6e

Upload Grug 12B GGUF Q4_K_M

Browse files
Files changed (4) hide show
  1. .gitattributes +2 -0
  2. Grug-12B-Q4_K_M.gguf +3 -0
  3. README.md +57 -0
  4. banner.png +3 -0
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Grug-12B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ banner.png filter=lfs diff=lfs merge=lfs -text
Grug-12B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3928e9af604369c111ec7098660781f26e3dc350080e3786ef9dd69881967348
3
+ size 7381384128
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: kai-os/Grug-12B
3
+ library_name: gguf
4
+ pipeline_tag: text-generation
5
+ license: other
6
+ tags:
7
+ - gguf
8
+ - llama.cpp
9
+ - q4_k_m
10
+ - quantized
11
+ - reasoning
12
+ - compact-reasoning
13
+ - grugthink
14
+ - gemma-4
15
+ ---
16
+
17
+ ![Grug 12B banner](banner.png)
18
+
19
+ # Grug 12B GGUF
20
+
21
+ This is the adjacent GGUF release for [`kai-os/Grug-12B`](https://huggingface.co/kai-os/Grug-12B).
22
+ The main repo contains the merged Transformers/safetensors fine-tune; this repo contains a llama.cpp quantized file for local inference.
23
+
24
+ ## Files
25
+
26
+ - `Grug-12B-Q4_K_M.gguf` - practical mixed-precision 4-bit GGUF quant, about 7.0 GB.
27
+ - `banner.png` - model banner.
28
+
29
+ ## Conversion
30
+
31
+ Converted from the merged full model release, then quantized with llama.cpp.
32
+
33
+ - Source model: `kai-os/Grug-12B`
34
+ - llama.cpp commit: `4fc4ec5`
35
+ - Conversion outtype: `BF16`
36
+ - Uploaded quant: `Q4_K_M`
37
+ - Quantized size: `7024.34 MiB`
38
+ - Bits per weight: `4.95 BPW`
39
+ - SHA256: `3928e9af604369c111ec7098660781f26e3dc350080e3786ef9dd69881967348`
40
+
41
+ ## Usage
42
+
43
+ Use a recent llama.cpp build with Gemma 4 / Gemma4 Unified GGUF support.
44
+
45
+ ```bash
46
+ hf download kai-os/Grug-12B-GGUF Grug-12B-Q4_K_M.gguf
47
+ llama-cli -m Grug-12B-Q4_K_M.gguf -p "What is 2+2? Answer briefly." -n 64
48
+ ```
49
+
50
+ ## Training Summary
51
+
52
+ Grug 12B is a compact-reasoning fine-tune of `google/gemma-4-12B-it` trained with QLoRA, then merged into the base model for release.
53
+ The training target is terse, high-density reasoning that preserves constraints, branching decisions, invariants, edge cases, and final-answer checks while reducing unnecessary reasoning-token verbosity.
54
+
55
+ See the full model card at [`kai-os/Grug-12B`](https://huggingface.co/kai-os/Grug-12B) for the technique details, dataset provenance, filtering notes, and benchmark notes.
56
+
57
+ Thanks to [Lambda](https://lambda.com/) for the compute credits used for this work.
banner.png ADDED

Git LFS Details

  • SHA256: 739061a25acac7d2558dedefda8a0aba8027eaf4f40239690d8d516de7a66fcf
  • Pointer size: 132 Bytes
  • Size of remote file: 3.19 MB