C-H-Liu/bash2nl-qwen2.5-coder-3b-GGUF
169
bash2nl — Qwen2.5-Coder-3B QLoRA, GGUF q4KM
Explains a Bash command line in exactly one English sentence, phrased as an instruction starting with a verb. QLoRA fine-tune of Qwen/Qwen2.5-Coder-3B-Instruct, merged and quantized to q4KM.
find . -name "*.py"
-> Find all *.py files/directories under current directoryUsage
hf download C-H-Liu/bash2nl-qwen2.5-coder-3b-GGUF --local-dir bash2nl-3b
cd bash2nl-3b && ollama create bash2nl-3b -f Modelfile
ollama run bash2nl-3b 'ps -ef | grep nginx | awk "{print \$2}" | xargs kill -9'The Modelfile pins the system prompt and this decoding:
Evaluation
920 held-out commands Judge columns are claude-sonnet-5 scoring a fixed 200-command subset.
License
Apache-2.0, matching the base model, whose weights this GGUF contains. Training data comes from the nl2bash project; consult it for the terms attached to that corpus.
