King3Djbl commited on
Commit
0cf8a58
Β·
verified Β·
1 Parent(s): 9d05b89

Viral card: model-tree metadata, quant table, Ollama-from-source, demo funnel

Browse files
Files changed (1) hide show
  1. README.md +42 -18
README.md CHANGED
@@ -2,32 +2,56 @@
2
  license: apache-2.0
3
  language:
4
  - en
5
- tags:
6
- - fableforge
7
- - placeholder
8
  library_name: transformers
9
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # FableForge
13
 
14
- **Part of the FableForge ecosystem β€” open-source uncensored AI models.**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
- This repo contains configuration files. Model weights will be uploaded soon.
17
 
18
- ## Related Models
 
 
 
 
 
 
19
 
20
- - [FableForge-1.5B](https://huggingface.co/fableforge-ai/FableForge-1.5B) β€” All-domain generalist
21
- - [FableForge-14B](https://huggingface.co/fableforge-ai/FableForge-14B) β€” Premium uncensored model
22
- - [ReasonCritic-7B](https://huggingface.co/fableforge-ai/ReasonCritic-7B) β€” Uncensored reasoning model
23
- - [ShellWhisperer-1.5B](https://huggingface.co/fableforge-ai/ShellWhisperer-1.5B) β€” Ultra-fast shell assistant
24
- - [NEXUS-Coder](https://huggingface.co/fableforge-ai/NEXUS-Coder) β€” Code specialist
25
- - [NEXUS-Security](https://huggingface.co/fableforge-ai/NEXUS-Security) β€” Security specialist
26
- - [NEXUS-Medical](https://huggingface.co/fableforge-ai/NEXUS-Medical) β€” Medical specialist
27
- - [NEXUS-Legal](https://huggingface.co/fableforge-ai/NEXUS-Legal) β€” Legal specialist
28
- - [NEXUS-Finance](https://huggingface.co/fableforge-ai/NEXUS-Finance) β€” Finance specialist
29
- - [NEXUS-Science](https://huggingface.co/fableforge-ai/NEXUS-Science) β€” Science specialist
30
 
31
- ## License
 
 
 
 
 
 
 
 
32
 
33
- Apache 2.0
 
2
  license: apache-2.0
3
  language:
4
  - en
 
 
 
5
  library_name: transformers
6
  pipeline_tag: text-generation
7
+ tags:
8
+ - coding
9
+ - fableforge
10
+ - generalist
11
+ - nexus
12
+ - reasoning
13
+ - text-generation
14
+ - uncensored
15
  ---
16
 
17
  # FableForge
18
 
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
+
23
+ Part of the **FableForge** ecosystem.
24
+
25
+ ---
26
+
27
+ ## ⚑ Run it now β€” Ollama (GGUF build)
28
+
29
+ ```bash
30
+ ollama run hf.co/fableforge-ai/FableForge:Q4_K_M
31
+ ```
32
+
33
+ πŸ“¦ **GGUF quants:** [fableforge-ai/FableForge](https://huggingface.co/fableforge-ai/FableForge)
34
 
35
+ ## 🧠 Prompt format (ChatML)
36
 
37
+ ```
38
+ <|im_start|>system
39
+ {system_prompt}<|im_end|>
40
+ <|im_start|>user
41
+ {prompt}<|im_end|>
42
+ <|im_start|>assistant
43
+ ```
44
 
45
+ ## 🌌 See it live β€” the FableForge demos
 
 
 
 
 
 
 
 
 
46
 
47
+ This 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.*