debais/G4-MeroMero-26B-A4B-StyleSwap-GGUF overview
G4 MeroMero 26B A4B — StyleSwap Q8 0 GGUF This is zerofata/G4 MeroMero 26B A4B gguf https://huggingface.co/zerofata/G4 MeroMero 26B A4B gguf with its output.we…
Runs locally from ~25.75 GB disk (32 GB+ VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| G4-MeroMero-26B-A4B-StyleSwap-Q8_0.gguf | GGUF | Q8_0 | 25.75 GB | Download |
Model Details
| Model ID | debais/G4-MeroMero-26B-A4B-StyleSwap-GGUF |
|---|---|
| Author | debais |
| Pipeline | text-generation |
| License | gemma |
| Base model | zerofata/G4-MeroMero-26B-A4B-gguf,mradermacher/Gemma-4-26B-A4B-StyleTune-GGUF |
| Last modified | 2026-06-18T20:33:24.000Z |
Model README
---
license: gemma
base_model:
- zerofata/G4-MeroMero-26B-A4B-gguf
- mradermacher/Gemma-4-26B-A4B-StyleTune-GGUF
pipeline_tag: text-generation
tags:
- gguf
- gemma4
- moe
- merge
- lm-head-graft
- stylegraft
---
G4-MeroMero-26B-A4B — StyleSwap (Q8_0 GGUF)
This is zerofata/G4-MeroMero-26B-A4B-gguf
with its output.weight (the lm_head) tensor grafted on from
mradermacher/Gemma-4-26B-A4B-StyleTune-GGUF.
Everything else — all other tensors, metadata, tokenizer, and chat template — is zerofata's,
unchanged. Only the head, which controls how hidden states map to vocabulary logits, comes from
StyleTune. Load and run it like any other Gemma-4 GGUF.
How it was made
Made with stylegraft.py, from andyoneal. It works for any Gemma 4 26B or 31B model
(source and target must share hidden size and vocab):
stylegraft TARGET.gguf SOURCE.gguf OUTPUT.gguf
This release was built with:
stylegraft G4-MeroMero-26B-A4B-Q8_0.gguf \
Gemma-4-26B-A4B-StyleTune.Q8_0.gguf \
G4-MeroMero-26B-A4B-StyleSwap-Q8_0.gguf
License
Model weights: Gemma Terms of Use.
Run debais/G4-MeroMero-26B-A4B-StyleSwap-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models