CoolFace
Modelpublic

fableforge-ai/FableForge

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
2likes19downloads
README.md57 linesDownload Raw Back to root
1---2license: apache-2.03language:4  - en5library_name: transformers6pipeline_tag: text-generation7tags:8  - coding9  - fableforge10  - generalist11  - nexus12  - reasoning13  - text-generation14  - uncensored15---16 17# FableForge18 19> **FableForge generalist โ€” all NEXUS domains distilled into one model.**20 21[![Downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhuggingface.co%2Fapi%2Fmodels%2Ffableforge-ai%2FFableForge&query=downloads&label=downloads&color=blue)](https://huggingface.co/fableforge-ai/FableForge) [![Demos](https://img.shields.io/badge/๐Ÿค—-Live%20Demos-orange)](https://huggingface.co/spaces/fableforge-ai/fableforge-nexus)22 23Part of the **FableForge** ecosystem.24 25---26 27## โšก Run it now โ€” Ollama28 29```bash30ollama run hf.co/fableforge-ai/FableForge:Q4_K_M31```32 33๐Ÿ“ฆ **GGUF quants:** [fableforge-ai/FableForge](https://huggingface.co/fableforge-ai/FableForge)34 35## ๐Ÿง  Prompt format (ChatML)36 37```38<|im_start|>system39{system_prompt}<|im_end|>40<|im_start|>user41{prompt}<|im_end|>42<|im_start|>assistant43```44 45## ๐ŸŒŒ See it live โ€” the FableForge demos46 47This family powers a galaxy of free, interactive HF Spaces:48 49- ๐Ÿงญ [FableForge Nexus](https://huggingface.co/spaces/fableforge-ai/fableforge-nexus)50- ๐Ÿบ [Infinite NPC](https://huggingface.co/spaces/fableforge-ai/infinite-npc)51- ๐ŸŽญ [Dual-GM](https://huggingface.co/spaces/King3Djbl/dual-gm-simulator)52- ๐Ÿ’ป [ShellWhisperer](https://huggingface.co/spaces/King3Djbl/shellwhisperer-terminal)53- ๐Ÿ‘ป [Ghost Writer](https://huggingface.co/spaces/fableforge-ai/ghost-writer)54 55---56 57*โญ Like & share โ€” it helps people find the source instead of a mirror.*