How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf MRockatansky/gemma-4-31B-anthology-GGUF:
# Run inference directly in the terminal:
llama cli -hf MRockatansky/gemma-4-31B-anthology-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf MRockatansky/gemma-4-31B-anthology-GGUF:
# Run inference directly in the terminal:
llama cli -hf MRockatansky/gemma-4-31B-anthology-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf MRockatansky/gemma-4-31B-anthology-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf MRockatansky/gemma-4-31B-anthology-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf MRockatansky/gemma-4-31B-anthology-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf MRockatansky/gemma-4-31B-anthology-GGUF:
Use Docker
docker model run hf.co/MRockatansky/gemma-4-31B-anthology-GGUF:
Quick Links

πŸ“š Anthology 31B

Imatrix GGUFs for a Gemma-4-31B merge focused on creative storywriting.

Anthology 31B Header Image

πŸ“Œ Overview

Anthology 31B is a creative writing model built via a geometric Model Stock merge of three specialized fine-tunes of gemma-4-31b-it.

Instead of traditional linear weight blendingβ€”which can dilute specific behavioral fine-tuning and result in generic textβ€”the Model Stock technique maps the fine-tunes as vectors in a geometric space relative to the base model. This mathematical optimization preserves the distinct literary strengths of each component model rather than averaging them out.


🀝 Merged Models

Anthology combines three distinct creative voices to form a singular, cohesive writing instrument:

Component Model Primary Contribution
MRockatansky/Gemma-4-31B-storymaxxed2 My own tune, which writes great stories from minimal prompting with a writing style close to stock gemma-4, for better or worse.
nbeerbower/Gemma4-Gutenberg-31B-Heretic Imbues the output with a classic, novel-like prose structure, and a little dash of antiquated vocabulary from the old public domain fiction it was trained on.
llmfan46/gemma-4-Ortenzya-31B-it-uncensored-heretic Chosen for its vocabulary choices and writing style.

πŸ› οΈ Mergekit Configuration

The merge was conducted utilizing zerofata's gemma4-support branch of Mergekit, using the Model Stock merge method.

merge_method: model_stock
base_model: google/gemma-4-31b-it
dtype: bfloat16
normalize: true
models:
  - model: MRockatansky/Gemma-4-31B-storymaxxed2
  - model: nbeerbower/Gemma4-Gutenberg-31B-Heretic
  - model: llmfan46/gemma-4-Ortenzya-The-Creative-Wordsmith-31B-it-uncensored-heretic

πŸ’œ Special Thanks

  • The Beaver AI Discord community: For my introduction to and education in the wonderful world of local open-source AI
  • The Tuners: Thanks to nbeerbower and llmfan46 for creating the great models used in this merge
  • zerofata: For creating the gemma4-support fork of Mergekit that made this merge possible
Downloads last month
926
GGUF
Model size
31B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for MRockatansky/gemma-4-31B-anthology-GGUF

Quantized
(3)
this model