Views
No views yet
| 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) |
| Task | SOCIAL | LOGIC |
|---|---|---|
| Math | 78% | 92% (+14%) |
| Code | 64% | 81% (+17%) |
| Logic | 68% | 85% (+17%) |
| Chat | 95% | 72% |
1# Pull from Ollama
2ollama pull antconsales/antonio-gemma3-evo-q4:logic
3
4# Test with math
5ollama run antconsales/antonio-gemma3-evo-q4:logic
6>>> If x² = 16, what is x?