ProCreations commited on
Commit
73829c6
·
verified ·
1 Parent(s): f19b556

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: ProCreations/grug-35b-v2
4
+ tags: [grug, gguf, qat, llama.cpp, reasoning, moe]
5
+ language: [en]
6
+ ---
7
+
8
+ # grug-35b-qat-q4-gguf
9
+
10
+ 35b MoE brother in QAT four-bit rock. brain feel rounding rock during
11
+ training so Q4 squish hurt less.
12
+
13
+ recipe: expert-freeze QAT on [grug-35b-v2](https://huggingface.co/ProCreations/grug-35b-v2) -
14
+ ALL text linear (expert include) fake-quant int4 g32 in forward, gradient only
15
+ flow to attention/DeltaNet/shared path (1.4B trainable; expert too heavy for
16
+ one cave GPU). ~1.7M grug token, Adafactor lr 2e-6. release = 25% QAT + 75%
17
+ original anchor (grug family standard). fresh bf16 export, ONE Q4_K_M squish.
18
+
19
+ ## rocks
20
+
21
+ | file | what |
22
+ |---|---|
23
+ | grug-35b-qat-Q4_K_M.gguf | the QAT rock (~21 GB) |
24
+ | mmproj-grug-35b-v2-f16.gguf | eye rock (vision) |
25
+
26
+ ## if rock act broken
27
+
28
+ single-token spam = context-shift corruption, not rock. recent llama.cpp +
29
+ `-c 16384`+ for agent frontends. see main gguf card for full troubleshoot.
30
+
31
+ ## how run
32
+
33
+ ```bash
34
+ llama-server -m grug-35b-qat-Q4_K_M.gguf --mmproj mmproj-grug-35b-v2-f16.gguf \
35
+ -c 16384 --temp 0.6 --top-p 0.95 --top-k 20
36
+ ```
37
+
38
+ ordinary rocks: [grug-35b-v2-gguf](https://huggingface.co/ProCreations/grug-35b-v2-gguf).
39
+ 27b QAT brother: [grug-27b-qat-q4-gguf](https://huggingface.co/ProCreations/grug-27b-qat-q4-gguf).
40
+ grug made by ProCreations.