MichaelAnthony commited on
Commit
fe5b1e9
·
verified ·
1 Parent(s): 022b917

docs: correct GGUF model card

Browse files
Files changed (1) hide show
  1. README.md +40 -24
README.md CHANGED
@@ -1,48 +1,64 @@
1
  ---
2
  base_model: google/gemma-4-E2B-it-qat-q4_0-unquantized
3
- license: gemma
4
  library_name: llama.cpp
 
5
  tags:
6
  - gemma4
7
  - gguf
 
8
  - qat-derived
9
- - peft
10
- - rocm
11
  - snowfox
12
  ---
13
 
14
- # gemma4-e2b-Snowfox
15
 
16
- `gemma4-e2b-Snowfox` is a validation-selected, language-only SnowFox LoRA fine-tune of Google's Gemma 4 E2B instruction QAT-derived BF16 checkpoint. The vision and audio encoders remain frozen. The adapter was trained with PyTorch ROCm through Unsloth.
 
 
 
 
17
 
18
- This release is accurately described as **QAT-derived**. The post-LoRA weights were not separately re-QAT calibrated.
19
 
20
- ## Downloads
 
 
 
 
 
21
 
22
- All GGUF variants are available at the repository root for direct download. Use exactly one LLM quant plus the BF16 multimodal projector when your runtime supports Gemma 4 multimodality.
 
23
 
24
- | Variant | File | Size | SHA-256 |
25
- | --- | --- | ---: | --- |
26
- | Q4_0 | `gemma4-e2b-Snowfox-Q4_0.gguf` | 3,349,516,000 bytes | `105e63469457449dcdc147785c4317b7891a9aafaec2e40bdcbc1b16c6fd8f3b` |
27
- | Q4_K_M | `gemma4-e2b-Snowfox-Q4_K_M.gguf` | 3,416,120,032 bytes | `f4a38a2a95cefbf91659c355aa80410c9e0b307072c3dc7deca842b2d76d613a` |
28
- | Q6_K | `gemma4-e2b-Snowfox-Q6_K.gguf` | 3,829,835,488 bytes | `e7d2a0c8cc168db9652799d3bfd8198563dc821bae424b4b8ed1a767bbc51537` |
29
- | Q8_0 | `gemma4-e2b-Snowfox-Q8_0.gguf` | 4,947,414,752 bytes | `44e7f9dd879f0ae2b18f57f78819e147783b4795738b3d3321f6e20542fa6a68` |
30
- | Multimodal projector | `gemma4-e2b-Snowfox-BF16-mmproj.gguf` | 986,833,408 bytes | `cbc8946d8e6a85714c7f4868302ccd7bf716301b47a5efefe5850eb5348b0a3e` |
31
 
32
- No older Qwen-based SnowFox artifact is included in this package.
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  ## Lineage and validation
35
 
36
- - Base model: [`google/gemma-4-E2B-it-qat-q4_0-unquantized`](https://huggingface.co/google/gemma-4-E2B-it-qat-q4_0-unquantized)
37
  - Pinned base revision: `6befbaca7398925921802abd1f277b495b78b738`
38
- - Required-field accuracy: `0.9984962406015038`
39
- - Strict JSON validity: `1.0`
40
- - Native tool-call validity: `1.0`
41
- - Contract success: `0.9936305732484076`
42
 
43
- The deterministic validation curriculum was held out from training and contains no BenchLocal cases or answers. These validation results do not imply unmeasured external benchmark scores.
 
44
 
45
  ## License
46
 
47
- This derivative release is subject to the [Gemma terms](https://ai.google.dev/gemma/terms) and the base model's access and use requirements.
48
-
 
 
1
  ---
2
  base_model: google/gemma-4-E2B-it-qat-q4_0-unquantized
 
3
  library_name: llama.cpp
4
+ license: apache-2.0
5
  tags:
6
  - gemma4
7
  - gguf
8
+ - llama.cpp
9
  - qat-derived
 
 
10
  - snowfox
11
  ---
12
 
13
+ # Gemma 4 E2B SnowFox GGUF
14
 
15
+ This is the GGUF distribution of `gemma4-e2b-Snowfox`: a language-only SnowFox
16
+ LoRA merge based on Google's Gemma 4 E2B instruction QAT-derived checkpoint.
17
+ The image and audio towers were frozen during SnowFox fine-tuning. The post-merge
18
+ weights were exported to the four GGUF quantizations below; they were not
19
+ separately re-QAT calibrated.
20
 
21
+ ## Download exactly one LLM quantization, plus the shared projector
22
 
23
+ | LLM file | Size | SHA-256 |
24
+ | --- | ---: | --- |
25
+ | `gemma4-e2b-Snowfox-Q4_0.gguf` | 3,349,516,000 bytes | `105e63469457449dcdc147785c4317b7891a9aafaec2e40bdcbc1b16c6fd8f3b` |
26
+ | `gemma4-e2b-Snowfox-Q4_K_M.gguf` | 3,416,120,032 bytes | `f4a38a2a95cefbf91659c355aa80410c9e0b307072c3dc7deca842b2d76d613a` |
27
+ | `gemma4-e2b-Snowfox-Q6_K.gguf` | 3,829,835,488 bytes | `e7d2a0c8cc168db9652799d3bfd8198563dc821bae424b4b8ed1a767bbc51537` |
28
+ | `gemma4-e2b-Snowfox-Q8_0.gguf` | 4,947,414,752 bytes | `44e7f9dd879f0ae2b18f57f78819e147783b4795738b3d3321f6e20542fa6a68` |
29
 
30
+ For a multimodal-capable llama.cpp-family runtime, also download the shared
31
+ projector:
32
 
33
+ | Projector file | Size | SHA-256 |
34
+ | --- | ---: | --- |
35
+ | `gemma4-e2b-Snowfox-BF16-mmproj.gguf` | 986,833,408 bytes | `cbc8946d8e6a85714c7f4868302ccd7bf716301b47a5efefe5850eb5348b0a3e` |
 
 
 
 
36
 
37
+ `Q4_K_M` is the usual balanced default. Use a recent runtime that supports
38
+ Gemma 4 E2B and its multimodal projector. This repository intentionally holds
39
+ all four verified downloadable quantizations in one GGUF-only package.
40
+
41
+ Example download:
42
+
43
+ ```bash
44
+ hf download MichaelAnthony/gemma4-e2b-Snowfox-GGUF \
45
+ gemma4-e2b-Snowfox-Q4_K_M.gguf \
46
+ gemma4-e2b-Snowfox-BF16-mmproj.gguf \
47
+ --local-dir ./gemma4-e2b-Snowfox-GGUF
48
+ ```
49
 
50
  ## Lineage and validation
51
 
52
+ - Base: [`google/gemma-4-E2B-it-qat-q4_0-unquantized`](https://huggingface.co/google/gemma-4-E2B-it-qat-q4_0-unquantized)
53
  - Pinned base revision: `6befbaca7398925921802abd1f277b495b78b738`
54
+ - Release claim: QAT-derived; the SnowFox post-LoRA weights were **not** newly QAT-calibrated.
55
+ - Internal release gates: required-field accuracy `0.9984962406015038`, strict JSON validity `1.0`, native tool-call validity `1.0`, and contract success `0.9936305732484076`.
 
 
56
 
57
+ Those figures are the original held-out SnowFox validation results, not an
58
+ inference benchmark for every GGUF/runtime combination.
59
 
60
  ## License
61
 
62
+ Gemma 4 is Apache-2.0. This derivative package uses the Apache-2.0 license
63
+ declared by the pinned base model. See [`LICENSE`](LICENSE) and [`NOTICE.md`](NOTICE.md)
64
+ for the lineage and modification notice.