CoolFace
Modelpublic

fableforge-ai/FableForge-1.5B

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
4likes1.1kdownloads
Model Card

FableForge-1.5B

FableForge generalist โ€” all NEXUS domains distilled into one model.

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

Part of the FableForge ecosystem.


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

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

๐Ÿฆ™ llama.cpp

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

๐Ÿ’  LM Studio

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


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

FileQuantSizeNotes
fableforge-1.5b-f16.ggufF163.09 GBFull precision (unquantized). Reference / conversion.
fableforge-1.5b-q8_0.ggufQ8_01.65 GBExtremely high quality โ€” usually overkill.
fableforge-1.5b-q6_k.ggufQ6_K1.27 GBVery high quality, near-perfect. Recommended if you have the RAM.
fableforge-1.5b-q5_k_m.ggufQ5_K_M1.13 GBHigh quality. Recommended.
fableforge-1.5b-q4_k_m.ggufQ4_K_M0.99 GBโญ Best size/quality balance โ€” default pick for most users.
fableforge-1.5b-iq4_xs.ggufIQ4_XS0.90 GBimatrix โ€” great quality, smaller than Q4KS. Recommended for low RAM.
fableforge-1.5b-q4_0.ggufQ4_00.93 GBLegacy format โ€” prefer Q4KM.
fableforge-1.5b-q3_k_m.ggufQ3_K_M0.82 GBLower quality; usable when RAM is tight.
fableforge-1.5b-iq3_xxs.ggufIQ3_XXS0.67 GBimatrix very low quality.
fableforge-1.5b-q2_k.ggufQ2_K0.68 GBVery low quality โ€” surprisingly usable.
fableforge-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


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