Views
No views yet
| Property | Value |
|---|---|
| Base Model | Qwen 2.5 1.5B |
| Fine-tuning | LoRA (rank 8, 1000 iterations) |
| Quantization | Q8_0 GGUF |
| File Size | ~1.5 GB |
| License | Apache 2.0 |
ollama create harshell -f Modelfileollama run harshell "list all pdf files in my downloads folder"| Input | Output |
|---|---|
| list all pdf files in downloads | find ~/Downloads -name "*.pdf" |
| show disk usage of current folder | du -sh . |
| kill the process on port 3000 | lsof -ti:3000 | xargs kill |
| compress this folder into a zip | zip -r archive.zip . |
| show my ip address | ifconfig | grep "inet " | grep -v 127.0.0.1 |
You are a macOS terminal assistant. Convert natural language into safe shell commands. Return only the command, nothing else.
Modelfile configures:<|im_start|> / <|im_end|>)harsh-shell-q8_0.gguf — The quantized model (Q8_0, ~1.5GB)Modelfile — Ollama configuration filerm, mv, etc.)