louisguthmann/qwen3.5-2b-shellcommand-linux-lora
08
1---2base_model: Qwen/Qwen3.5-2B3library_name: peft4tags:5- lora6- qwen7- bash8- shell9- linux10- text-generation11---12 13# Qwen3.5-2B ShellCommand Linux LoRA14 15This repository contains a PEFT LoRA adapter trained for Linux natural-language-to-shell translation.16 17## Artifact Type18 19This is a LoRA adapter, not a merged full model checkpoint.20 21## Intended Behavior22 23The model is tuned to return exactly one of:24 25- a Bash command or short Bash snippet26- `ASK: <one short clarifying question>`27- `CANNOT: <brief reason>`28 29## Eval Snapshot30 31- score: `276.5033`32- verifier ok rate: `77.50%`33- verifier command rate: `76.04%`34- verifier ask rate: `75.00%`35- verifier cannot rate: `100.00%`36- exact any-exact rate: `25.00%`37- exact parse-ok rate: `98.00%`38 39## Usage40 41Load this adapter on top of `Qwen/Qwen3.5-2B` with PEFT.42 