CoolFace
Modelpublic

fableforge-ai/ShellWhisperer-1.5B

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
11likes849downloads
Model Card

ShellWhisperer-1.5B

Natural language โ†’ precise bash commands. Tiny, fast, uncensored.

![Downloads](https://huggingface.co/fableforge-ai/ShellWhisperer-1.5B) ![Demos](https://huggingface.co/spaces/fableforge-ai/fableforge-nexus)

Base model: Qwen/Qwen2.5-1.5B-Instruct ยท Part of the FableForge ecosystem.


โšก Quickest start โ€” Ollama (these pulls credit the source, not a mirror)

bash
ollama run hf.co/fableforge-ai/ShellWhisperer-1.5B:Q4_K_M

๐Ÿฆ™ llama.cpp

bash
llama-cli -hf fableforge-ai/ShellWhisperer-1.5B:Q4_K_M -p "Hello!"

๐Ÿ’  LM Studio

Search `fableforge-ai/ShellWhisperer-1.5B` and pick a quant below.


๐Ÿ“ฆ Provided quants (download one file, not the whole repo)

FileQuantSizeNotes
shellwhisperer-1.5b-f16.ggufF163.09 GBFull precision (unquantized). Reference / conversion.
shellwhisperer-1.5b-Q8_0.ggufQ8_01.65 GBExtremely high quality โ€” usually overkill.
shellwhisperer-1.5b-Q6_K.ggufQ6_K1.27 GBVery high quality, near-perfect. Recommended if you have the RAM.
shellwhisperer-1.5b-Q5_K_M.ggufQ5_K_M1.13 GBHigh quality. Recommended.
shellwhisperer-1.5b-Q4_K_M.ggufQ4_K_M0.99 GBโญ Best size/quality balance โ€” default pick for most users.
shellwhisperer-1.5b-IQ4_XS.ggufIQ4_XS0.90 GBimatrix โ€” great quality, smaller than Q4KS. Recommended for low RAM.
shellwhisperer-1.5b-Q4_0.ggufQ4_00.93 GBLegacy format โ€” prefer Q4KM.
shellwhisperer-1.5b-Q3_K_M.ggufQ3_K_M0.82 GBLower quality; usable when RAM is tight.
shellwhisperer-1.5b-IQ3_XXS.ggufIQ3_XXS0.67 GBimatrix very low quality.
shellwhisperer-1.5b-Q2_K.ggufQ2_K0.68 GBVery low quality โ€” surprisingly usable.
shellwhisperer-1.5b-IQ2_XXS.ggufIQ2_XXS0.51 GBTiny imatrix โ€” last resort.

Not sure? Take `Q4_K_M`. Low RAM โ†’ `IQ4_XS`. Max quality โ†’ `Q6_K`.

๐Ÿง  Prompt format (ChatML)

<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant

๐ŸŒŒ See it live โ€” the FableForge demos

This family powers a galaxy of free, interactive HF Spaces:


๐Ÿ”— Related models

Citation

bibtex
@misc{shellwhisperer1.5b2024,
  title={ShellWhisperer-1.5B: Agent Orchestration via Fine-Tuned Language Models},
  author={FableForge Team},
  year={2024},
  url={https://huggingface.co/fableforge-ai/ShellWhisperer-1.5B}
}

โญ Like & share โ€” it helps people find the source instead of a mirror.