A collection of T5 expert models hosted on Hugging Face focused on translating natural language into actionable terminal commands, routed by an intelligent semantic categorizer.
The Grape Models ecosystem utilizes a Mixture of Experts (MoE) approach to maximize terminal command accuracy.
Each model in the Grape family specializes in a specific domain of terminal operations.
The generalist expert. Converts natural language instructions into standard bash commands for file management, networking, and system operations.
Model Card →The search and retrieval expert. Enforces a strict Zero-Modification Policy (ignores install/delete requests), focusing exclusively on information retrieval using tools like find, grep, and stat.
Model Card →The containerization expert. Fine-tuned for Docker and docker-compose workflows. Trained on the custom public dataset malbec-nl2docker-es.
The network expert. Specifically trained to handle network-specific tasks including port scanning, connectivity testing, DNS resolution, and firewall configuration. It understands complex context constraints.
Model Card →