jonmabe's picture
Upload folder using huggingface_hub
2c215c6 verified
---
title: CLI Command Generator
emoji: 🖥️
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 4.44.0
python_version: "3.11"
app_file: app.py
pinned: false
license: apache-2.0
---
# CLI Command Generator
A **54 million parameter** language model fine-tuned to generate shell commands from natural language.
## About
Translate instructions like "list all files" → `ls -la`
## Model
[jonmabe/tiny-llm-cli-sft](https://huggingface.co/jonmabe/tiny-llm-cli-sft)
Fine-tuned on ~13,000 natural language → CLI command pairs.
## Limitations
⚠️ **Experimental** - outputs may be incomplete or incorrect.