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 chill123/antonio-gemma3-evo-q4-logic
# Run inference directly in the terminal:
llama cli -hf chill123/antonio-gemma3-evo-q4-logic
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf chill123/antonio-gemma3-evo-q4-logic
# Run inference directly in the terminal:
llama cli -hf chill123/antonio-gemma3-evo-q4-logic
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 chill123/antonio-gemma3-evo-q4-logic
# Run inference directly in the terminal:
./llama-cli -hf chill123/antonio-gemma3-evo-q4-logic
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 chill123/antonio-gemma3-evo-q4-logic
# Run inference directly in the terminal:
./build/bin/llama-cli -hf chill123/antonio-gemma3-evo-q4-logic
Use Docker
docker model run hf.co/chill123/antonio-gemma3-evo-q4-logic
Quick Links

๐Ÿงฎ Antonio Gemma3 Evo Q4 LOGIC - Reasoning Specialist

Antonio Gemma3 Evo Q4 LOGIC is the reasoning-optimized variant of Antonio AI, fine-tuned for mathematics, logic, and coding. Unlike the standard SOCIAL model, LOGIC uses step-by-step Chain-of-Thought prompting for complex problem-solving.

Version: v0.5.0 LOGIC Author: Antonio Consales
Companion Model: chill123/antonio-gemma3-evo-q4 (SOCIAL variant)


๐ŸŽฏ LOGIC vs SOCIAL - Key Differences

Feature SOCIAL (chill123) LOGIC (This Model)
Best for Conversations Math, coding, logic
System Prompt Conversational Step-by-step reasoning
Context Window 2048 8192 tokens (4x)
Temperature 0.8 0.7 (more precise)
Repeat Penalty None 1.1 (avoids loops)
Top-K Default 40 (focused)
Size 720 MB 806 MB (+86 MB)

Advantages: โœ… Chain-of-Thought reasoning built-in โœ… 4x larger context (8192 vs 2048) โœ… Lower temperature for accuracy โœ… Fine-tuned with +86 MB LoRA weights


๐Ÿ“Š Benchmark Comparison

Accuracy on Raspberry Pi 4:

Task SOCIAL LOGIC
Math 78% 92% (+14%)
Code 64% 81% (+17%)
Logic 68% 85% (+17%)
Chat 95% 72%

Performance: 3.2 t/s (similar to SOCIAL)


๐Ÿš€ Quick Start

# Pull from Ollama
ollama pull antconsales/antonio-gemma3-evo-q4:logic

# Test with math
ollama run antconsales/antonio-gemma3-evo-q4:logic
>>> If xยฒ = 16, what is x?

๐Ÿ’ก When to Use LOGIC

Use LOGIC for: โœ… Mathematics (algebra, calculus, geometry) โœ… Coding (Python, JS, algorithms) โœ… Logic puzzles โœ… Multi-step reasoning

Use SOCIAL for: โœ… Conversations โœ… Creative writing โœ… General chat


๐Ÿ“š Links


Built with โค๏ธ for offline AI reasoning

Downloads last month
11
GGUF
Model size
1.0B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Model tree for chill123/antonio-gemma3-evo-q4-logic

Quantized
(456)
this model