GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

MRockatansky/gemma-4-31B-Mergemaxxed-GGUF overview

Mergemaxxed Yet another Gemma 4 merge. I decided to try merge some new models to Storymaxxed. Zerofata's excellent MeroMero which has great style and makes for…

transformersggufmergekitmergearxiv:2311.03099base_model:MRockatansky/gemma-4-31B-Mergemaxxedbase_model:quantized:MRockatansky/gemma-4-31B-Mergemaxxedlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~13.1 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline

Repository Files & Downloads

4 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
gemma-4-31B-Mergemaxxed-Q4_K_L.ggufGGUFQ4_K_L18.58 GBDownload
gemma-4-31B-merge-experiment-F16.ggufGGUFF1657.20 GBDownload
gemma-4-31B-merge-experiment-IQ4_XS.ggufGGUFIQ4_XS15.59 GBDownload
mergemaxxed-imat.ggufGGUFGGUF13.1 MBDownload

Model Details

Model IDMRockatansky/gemma-4-31B-Mergemaxxed-GGUF
AuthorMRockatansky
Pipeline
Licenseapache-2.0
Base modelMRockatansky/gemma-4-31B-Mergemaxxed
Last modified2026-07-13T02:44:33.000Z

Model README

---

base_model:

  • MRockatansky/gemma-4-31B-Mergemaxxed

library_name: transformers

quantized by: MRockatansky

tags:

  • mergekit
  • merge

license: apache-2.0

---

Mergemaxxed

Yet another Gemma-4 merge. I decided to try merge some new models to Storymaxxed. Zerofata's excellent MeroMero which has great style

and makes for fun roleplays and Pantheon which hones Gemma-4's reasoning traces. Both models bolster Storymaxxed and this one

really shines with fun dialogue, creative narratives, and strong instruction following capability.

Merge Details

Merge Method

This model was merged using the DARE TIES merge method using MRockatansky/Gemma-4-31B-storymaxxed2 as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

# Model Merge Configuration for Creative Writing & Roleplay Gemma-4
# Combines: Storymaxxed (story writing), MeroMero (roleplay), Pantheon (reasoning)
# Merge Method: DARE TIES - Best for 3+ specialized models with distinct capabilities

merge_method: dare_ties

base_model: MRockatansky/Gemma-4-31B-storymaxxed2  # Using Storymaxxed as base

models:
  # Primary: Story Writing Specialist
  - model: MRockatansky/Gemma-4-31B-storymaxxed2
    parameters:
      weight: 0.4
      density: 0.7  # Keep 70% of task vector parameters

  # Secondary: Creative Roleplay Specialist  
  - model: zerofata/G4-MeroMero-31B
    parameters:
      weight: 0.3
      density: 0.7  # Keep 70% of task vector parameters

  # Tertiary: Reasoning Enhancement
  - model: Gryphe/Pantheon-Reasoning-31B-1.1
    parameters:
      weight: 0.3
      density: 0.7  # Keep 70% of task vector parameters

parameters:
  # Normalize weights across models
  normalize: true
  
  # Use int8 masks for memory efficiency (important for 31B models)
  int8_mask: true

# Output precision - bfloat16 recommended for Gemma-4
dtype: bfloat16

# Optional: Tokenizer configuration
# Using union to preserve any special tokens from all models
tokenizer:
  source: union

Run MRockatansky/gemma-4-31B-Mergemaxxed-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models