by AlexBuz · Agent Tool · ★ 315
llama-zip llama-zip is a lossless compression utility that leverages a user-provided LLM (large language model) as the probabilistic model for an arithmetic coder. This allows llama-zip to achieve high compression ratios on structured or natural language text, since few bits are needed to encode tokens that the model predicts with high confidence. By employing a sliding context window, llama-zip is not limited by the context length of the LLM and can compress strings of arbitrary length.
| Stars | 315 |
| Forks | 18 |
| Language | Python |
| Category | Agent Tool |
| Quality Score | 66.719362911354/100 |
| Last Updated | 2026-06-16 |
| Created | 2024-06-06 |
| Platforms | python |
| Est. Tokens | ~16k |
Explore other popular agent tool tools:
llama-zip is LLM-powered lossless compression tool. It is categorized as a Agent Tool with 315 GitHub stars.
llama-zip is primarily written in Python.
You can find installation instructions and usage details in the llama-zip GitHub repository at github.com/AlexBuz/llama-zip. The project has 315 stars and 18 forks, indicating an active community.