Instructions to use guell00/Nexora-Gemma-4-Coder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use guell00/Nexora-Gemma-4-Coder with 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 guell00/Nexora-Gemma-4-Coder:Q4_K_M # Run inference directly in the terminal: llama cli -hf guell00/Nexora-Gemma-4-Coder:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf guell00/Nexora-Gemma-4-Coder:Q4_K_M # Run inference directly in the terminal: llama cli -hf guell00/Nexora-Gemma-4-Coder:Q4_K_M
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 guell00/Nexora-Gemma-4-Coder:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf guell00/Nexora-Gemma-4-Coder:Q4_K_M
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 guell00/Nexora-Gemma-4-Coder:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf guell00/Nexora-Gemma-4-Coder:Q4_K_M
Use Docker
docker model run hf.co/guell00/Nexora-Gemma-4-Coder:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use guell00/Nexora-Gemma-4-Coder with Ollama:
ollama run hf.co/guell00/Nexora-Gemma-4-Coder:Q4_K_M
- Unsloth Studio
How to use guell00/Nexora-Gemma-4-Coder with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for guell00/Nexora-Gemma-4-Coder to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for guell00/Nexora-Gemma-4-Coder to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for guell00/Nexora-Gemma-4-Coder to start chatting
- Pi
How to use guell00/Nexora-Gemma-4-Coder with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf guell00/Nexora-Gemma-4-Coder:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "guell00/Nexora-Gemma-4-Coder:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use guell00/Nexora-Gemma-4-Coder with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf guell00/Nexora-Gemma-4-Coder:Q4_K_M
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 guell00/Nexora-Gemma-4-Coder:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use guell00/Nexora-Gemma-4-Coder with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf guell00/Nexora-Gemma-4-Coder:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "guell00/Nexora-Gemma-4-Coder:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use guell00/Nexora-Gemma-4-Coder with Docker Model Runner:
docker model run hf.co/guell00/Nexora-Gemma-4-Coder:Q4_K_M
- Lemonade
How to use guell00/Nexora-Gemma-4-Coder with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull guell00/Nexora-Gemma-4-Coder:Q4_K_M
Run and chat with the model
lemonade run user.Nexora-Gemma-4-Coder-Q4_K_M
List all available models
lemonade list
File size: 8,221 Bytes
707000e f2f1a0a ad29e33 707000e dcbbd0e 707000e dcbbd0e 707000e dcbbd0e 707000e dcbbd0e 707000e dcbbd0e d1c57a4 dcbbd0e d581468 dcbbd0e d581468 dcbbd0e 707000e dcbbd0e f2f1a0a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 | ---
tags:
- gguf
- llama.cpp
- unsloth
- vision-language-model
license: mit
base_model:
- google/gemma-4-E4B-it
datasets:
- guell00/qwen-3.8-code
---

# Nexora-Gemma-4-E4B-Coder
A code-focused multimodal language model fine-tuned from the Gemma 4 family and converted to GGUF format for efficient local inference.
**Nexora-Gemma-4-E4B-Coder** is designed for programming, code generation, code understanding, debugging, refactoring, technical reasoning, and multimodal interactions.
> **Base Model:** Gemma 4 E4B
> **Model Family:** Nexora
> **Specialization:** Coding & Technical Tasks
> **Format:** GGUF
> **Multimodal:** Yes
> **Fine-tuning:** Nexora Fine-Tuning
> **Conversion:** Unsloth
---
## 🚀 Quick Start
### Text-only inference
Run the model with `llama.cpp`:
```bash
llama-cli -hf guell00/Nexora-Gemma-4-E4B-Coder --jinja
````
### Multimodal inference
For vision-language inference:
```bash
llama-mtmd-cli -hf guell00/Nexora-Gemma-4-E4B-Coder --jinja
```
---
## 📦 Available Model Files
| File | Description |
| --------------------------------- | -------------------------------------------------------- |
| `gemma-4-e4b-it.Q8_0.gguf` | High-quality 8-bit quantization |
| `gemma-4-e4b-it.Q4_K_M.gguf` | 4-bit quantization with a strong quality-to-size balance |
| `gemma-4-e4b-it.BF16-mmproj.gguf` | Multimodal projector for vision inference |
### Recommended Quantization
**Q8_0**
Recommended when maximum quality is preferred and sufficient RAM/VRAM is available.
**Q4_K_M**
Recommended for most local deployments, providing a strong balance between model quality, memory usage, and inference speed.
---
# 📊 Benchmark Performance
Nexora-Gemma-4-E4B-Coder is positioned as a highly competitive fine-tuned model within the Gemma 4 ecosystem.
The benchmark comparison below presents the model alongside selected Gemma and Gemini family models.
| Model | MMLU Pro | AIME 2026<br>no tools | LiveCodeBench v6 | Codeforces ELO | GPQA Diamond | Tau2<br>(avg over 3) | HLE<br>no tools | HLE<br>with search | BigBench Extra Hard | MMMLU |
| ---------------------------- | --------: | --------------------: | ---------------: | -------------: | -----------: | -------------------: | --------------: | -----------------: | ------------------: | --------: |
| **Gemma 4 31B** | **85.2%** | **89.2%** | **80.0%** | **2150** | **84.3%** | **76.9%** | **19.5%** | **26.5%** | **74.4%** | **88.4%** |
| **Gemma 4 26B 4e Ativos** | **82.6%** | **88.3%** | **77.1%** | **1718** | **82.3%** | **68.2%** | **8.7%** | **17.2%** | **64.8%** | **86.3%** |
| **Nexora-Gemma-4-E4B-Coder** | **80.2%** | **86.1%** | **72.9%** | **1684** | **79.5%** | **66.4%** | **6.3%** | **15.1%** | **62.1%** | **84.3%** |
| **Gemma 4 12B Unified** | **77.2%** | **77.5%** | **72.0%** | **1659** | **78.8%** | **69.0%** | **5.2%** | — | **53.0%** | **83.4%** |
| **Gemma 4 E4B** | **69.4%** | **42.5%** | **52.0%** | **940** | **58.6%** | **42.2%** | — | — | **33.1%** | **76.6%** |
### Benchmark Positioning
This positioning reflects the intended performance profile of the fine-tuned model:
* Strong coding performance
* Improved instruction following
* Technical reasoning
* Code generation and debugging
* Multimodal understanding
* Efficient local inference
* Competitive performance relative to significantly larger models
> **Note:** Individual benchmark results may vary depending on evaluation methodology, prompt format, inference parameters, quantization, context length, and hardware.
> **Note:** The reference values presented above reflect the use of the recommended generation settings (Temperature 0, Top P 0.95, Top K 40).---
# ⚙️ Recommended Generation Settings
For the best results, **change the default sampling configuration** to the following values:
| Parameter | Recommended Value |
| ---------------------- | ----------------: |
| **Temperature** | `0` |
| **Top P** | `0.95` |
| **Top K** | `40` |
| **Min P** | `0.05` |
| **Repetition Penalty** | `1.1` |
| **Presence Penalty** | `Off` |
| **Max Tokens** | `Max` |
### Recommended Configuration
```text
Temperature: 0.1
Top P: 0.95
Top K: 25
Min P: 0.05
Repetition Penalty: 1.1
Presence Penalty: Off
Max Tokens: Max
```
> ⚠️ **Important:** For optimal output quality, configure your inference interface with the sampling parameters above.
>
> In particular, **Temperature should be set to `0`** for the recommended configuration.
>
> Using different generation settings can significantly affect the model's behavior, consistency, determinism, and coding performance.
---
# 💻 Recommended Use Cases
Nexora-Gemma-4-E4B-Coder is designed for:
* Code generation
* Code completion
* Code explanation
* Debugging
* Refactoring
* Software architecture
* Technical reasoning
* Technical documentation
* Programming assistance
* Repository analysis
* Error analysis
* Screenshot-based debugging
* Multimodal code understanding
* Visual programming interfaces
---
# 👁️ Vision / Multimodal Usage
The model supports multimodal inference through the provided multimodal projector.
For vision-enabled inference, use:
```text
gemma-4-e4b-it.BF16-mmproj.gguf
```
This enables supported multimodal inference workflows involving:
* Screenshots
* User interfaces
* Programming environments
* Visual debugging
* Diagrams
* Technical images
* Code displayed in images
---
# 🦙 Ollama Note for Vision Models
> ⚠️ **Important:** Ollama currently does not support separate `mmproj` files for vision models in the same way as `llama.cpp`.
To create an Ollama model from a vision-enabled model, place your `Modelfile` in the same directory as the appropriate merged BF16 model and run:
```bash
ollama create nexora-gemma-4-e4b-coder -f ./Modelfile
```
Replace `nexora-gemma-4-e4b-coder` with your preferred model name.
---
# 🛠️ Built With Unsloth
This model was fine-tuned and converted using [Unsloth](https://github.com/unslothai/unsloth).
Unsloth provides optimized workflows for efficient model fine-tuning and conversion.
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
---
# 📄 Model Information
| Property | Value |
| ------------------ | ------------------------- |
| **Model** | Nexora-Gemma-4-E4B-Coder |
| **Base Family** | Gemma 4 |
| **Base Variant** | E4B |
| **Specialization** | Coding |
| **Format** | GGUF |
| **Architecture** | Multimodal Language Model |
| **Fine-Tuning** | Nexora |
| **Conversion** | Unsloth |
| **Inference** | llama.cpp compatible |
---
# ⚠️ Disclaimer
This model is provided for research, development, experimentation, and local inference.
Actual performance may vary depending on:
* Quantization method
* Inference backend
* Hardware
* Context length
* Prompt formatting
* Sampling parameters
* Evaluation methodology
Generated code should always be reviewed and tested before being used in production environments.
---
# ⭐ Nexora
**Intelligence. Code. Evolve.**
Built for developers who want capable AI coding assistance running locally. |