keyuan01 commited on
Commit
801e6ae
·
verified ·
1 Parent(s): b44354b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,7 +19,7 @@ license: apache-2.0
19
  license_link: https://ai.google.dev/gemma/docs/gemma_4_license
20
  ---
21
 
22
- # Gemma 4 26B A4B it Mix 13GB GGUF
23
 
24
  ## File
25
  - Model: `google_gemma-4-26b-a4b-it-mix-13GB.gguf`
@@ -33,7 +33,7 @@ license_link: https://ai.google.dev/gemma/docs/gemma_4_license
33
  - Multimodal projector exact size: `1,193,058,432` bytes
34
 
35
  ## What This Is
36
- This is the released mixed-quant GGUF for `google/gemma-4-26B-A4B-it`.
37
 
38
  It is not a pure uniform quant.
39
  It is a mixed recipe built for `llama.cpp`, with multimodal support preserved through the separate projector file.
@@ -90,7 +90,7 @@ Yes. Multimodal remains supported when paired with:
90
 
91
  Notes:
92
  - the projector was preserved separately
93
- - the 13GB main file is text-side quantized
94
  - image-text usage depends on loading `mmproj` together with the main model
95
 
96
  ## Road
 
19
  license_link: https://ai.google.dev/gemma/docs/gemma_4_license
20
  ---
21
 
22
+ # Gemma 4 26B A4B it Mix-Quant 13GB GGUF
23
 
24
  ## File
25
  - Model: `google_gemma-4-26b-a4b-it-mix-13GB.gguf`
 
33
  - Multimodal projector exact size: `1,193,058,432` bytes
34
 
35
  ## What This Is
36
+ This is the smaller mixed-quant target built from the F16 text GGUF for `google/gemma-4-26B-A4B-it`.
37
 
38
  It is not a pure uniform quant.
39
  It is a mixed recipe built for `llama.cpp`, with multimodal support preserved through the separate projector file.
 
90
 
91
  Notes:
92
  - the projector was preserved separately
93
+ - the 13GB main file is text-side quantized in the same release style as the 31B line
94
  - image-text usage depends on loading `mmproj` together with the main model
95
 
96
  ## Road