How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama-server -hf blascotobasco/Gemma-4-14B-A4B-Heretic-v2-GGUF:
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default blascotobasco/Gemma-4-14B-A4B-Heretic-v2-GGUF:
Run Hermes
hermes
Quick Links

Following up on the previous trained version of my Gemma 4 prune, this version has been trained on MetaMathQA to restore arithmetic capabilities. I have confirmed that the model's roleplaying and instruction following capabilities are fully intact, as is vision.

While the model can do arithmetic properly now, it may still struggle with complex proofs or problems. However for most use cases it should be robust enough.

Since this is a pruned model, I do not recommend relying on it for important, complex work, especially mathematics. Even though it has been trained, a prune is still weaker than the original model, especially a fifty percent prune like this one.

This is based on a Heretic Abliterated version of Gemma 4 26B A4B IT.

After further testing, it seems math was not restored. It's possible the model just got lucky during training or the unquantized weights were more capable. However I noticed that the model still has improved logic following even if degraded.

Downloads last month
194
GGUF
Model size
14B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for blascotobasco/Gemma-4-14B-A4B-Heretic-v2-GGUF