samuelchristlie/tmax-4b-gguf overview
Tmax 4B GGUF Direct GGUF Quantizations of Tmax 4b This repository provides GGUF quantized models for allenai/tmax 4b . Tmax 4b is a 4 billion parameter termina…
Runs locally from ~1.78 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| allenai_tmax-4b-IQ3_S.gguf | GGUF | IQ3_S | 1.99 GB | Download |
| allenai_tmax-4b-IQ4_NL.gguf | GGUF | IQ4_NL | 2.44 GB | Download |
| allenai_tmax-4b-IQ4_XS.gguf | GGUF | IQ4_XS | 2.36 GB | Download |
| allenai_tmax-4b-Q2_K.gguf | GGUF | Q2_K | 1.78 GB | Download |
| allenai_tmax-4b-Q3_K_L.gguf | GGUF | Q3_K_L | 2.26 GB | Download |
| allenai_tmax-4b-Q3_K_M.gguf | GGUF | Q3_K_M | 2.11 GB | Download |
| allenai_tmax-4b-Q3_K_S.gguf | GGUF | Q3_K_S | 1.93 GB | Download |
| allenai_tmax-4b-Q4_0.gguf | GGUF | Q4_0 | 2.37 GB | Download |
| allenai_tmax-4b-Q4_K_M.gguf | GGUF | Q4_K_M | 2.52 GB | Download |
| allenai_tmax-4b-Q4_K_S.gguf | GGUF | Q4_K_S | 2.39 GB | Download |
| allenai_tmax-4b-Q5_0.gguf | GGUF | Q5_0 | 2.78 GB | Download |
| allenai_tmax-4b-Q5_K_M.gguf | GGUF | Q5_K_M | 2.86 GB | Download |
| allenai_tmax-4b-Q5_K_S.gguf | GGUF | Q5_K_S | 2.78 GB | Download |
| allenai_tmax-4b-Q6_K.gguf | GGUF | Q6_K | 3.23 GB | Download |
| allenai_tmax-4b-Q8_0.gguf | GGUF | Q8_0 | 4.17 GB | Download |
Model Details
| Model ID | samuelchristlie/tmax-4b-gguf |
|---|---|
| Author | samuelchristlie |
| Pipeline | — |
| License | apache-2.0 |
| Base model | allenai/tmax-4b,Qwen/Qwen3.5-4B |
| Last modified | 2026-06-24T13:33:09.000Z |
Model README
---
license: apache-2.0
base_model:
- allenai/tmax-4b
- Qwen/Qwen3.5-4B
---
Tmax-4B-GGUF
Direct GGUF Quantizations of Tmax-4b
This repository provides GGUF quantized models for allenai/tmax-4b.
Tmax-4b is a 4 billion parameter terminal-agent model developed by AllenAI and collaborators. Built on top of the Qwen3.5-4B architecture and further trained using reinforcement learning for terminal-based tasks, it is designed to perform complex command-line and software engineering workflows while maintaining strong general-purpose reasoning capabilities. Note that the vision head was removed during training, making this a pure text-based model. These GGUF versions are optimized for efficient CPU and GPU inference using llama.cpp and compatible tools.
This release includes various quantization levels (e.g., Q2_K, Q3_K_M, Q4_K_M, Q5_K_M, Q6_K, Q8_0) to suit different hardware capabilities and performance requirements.
Table of Contents 📝
<a name="usage"/>
▶ Usage
1. Download Models
Download models using huggingface-cli:
pip install "huggingface_hub[cli]"
huggingface-cli download samuelchristlie/tmax-4b-gguf --local-dir ./tmax-4b-gguf
You can also download directly from this page
2. Inference
To use these GGUF files, you'll need a compatible inference engine like llama.cpp or clients built on top of it (e.g., Ollama, LM Studio, KoboldCpp, text-generation-webui with llama.cpp backend).
📃 License
This model is a GGUF conversion of the original allenai/tmax-4b model. The original model is licensed under the Apache 2.0 License, and this derivative work adheres to the terms of that license. Please review the original license for full details.
🙏 Acknowledgements
- Allen Institute for AI (AI2) and collaborators for developing and open-sourcing the Tmax-4b model:
* https://huggingface.co/allenai/tmax-4b
- Qwen Team for the Qwen3.5-4B base model that powers Tmax-4b:
* https://huggingface.co/Qwen/Qwen3.5-4B
- The llama.cpp project and its contributors for the GGUF format and the incredible tooling that makes local LLM inference accessible.
* https://github.com/ggml-org/llama.cpp
- city96:
* https://huggingface.co/city96
Run samuelchristlie/tmax-4b-gguf with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models