King3Djbl commited on
Commit
85a8998
Β·
verified Β·
1 Parent(s): 9e4860d

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

Browse files
Files changed (1) hide show
  1. README.md +33 -40
README.md CHANGED
@@ -2,63 +2,56 @@
2
  license: apache-2.0
3
  language:
4
  - en
5
- pipeline_tag: text-generation
6
  library_name: transformers
 
 
 
7
  tags:
 
8
  - fableforge
9
- - uncensored
10
- - qwen3
11
- - 14b
12
- - gguf
13
- - domain-specialist
14
  - reasoning
15
- - no-refusals
16
- - conversational
17
- base_model: Qwen/Qwen3-14B
18
- base_model_relation: finetune
19
- widget:
20
- - text: "Explain the differences between TCP and UDP with examples."
21
- example_title: "Networking"
22
  ---
23
 
24
  # FableForge-14B
25
 
26
- **Uncensored. Unfiltered. Unbound.**
27
 
28
- The most powerful fully-uncensored 14B instruction model β€” fine-tuned from Qwen3-14B on a massive multi-domain dataset.
29
 
30
- ## Quick Start
31
 
32
- ```python
33
- from transformers import AutoModelForCausalLM, AutoTokenizer
34
- model = AutoModelForCausalLM.from_pretrained("fableforge-ai/FableForge-14B")
35
- tokenizer = AutoTokenizer.from_pretrained("fableforge-ai/FableForge-14B")
 
 
36
  ```
37
 
38
- ## Capabilities
39
 
40
- - Fully uncensored β€” zero refusals, disclaimers, or content filtering
41
- - Multi-domain expertise spanning coding, security, medical, legal, finance, science
42
- - 14B parameters for complex reasoning
43
 
44
- ## Training
 
 
 
 
 
 
45
 
46
- | Parameter | Value |
47
- |-----------|-------|
48
- | Base Model | Qwen3-14B |
49
- | Method | QLoRA |
50
- | Precision | bfloat16 |
51
- | License | Apache 2.0 |
52
 
53
- ## FableForge Ecosystem
54
 
55
- | Model | Size | Focus |
56
- |-------|------|-------|
57
- | **FableForge-14B** | **14B** | **Premium generalist** |
58
- | FableForge-1.5B | 1.5B | All-domain generalist |
59
- | ShellWhisperer-1.5B | 1.5B | Shell commands |
60
- | ReasonCritic-7B | 7B | Reasoning + uncensored |
61
 
62
- ## License
63
 
64
- Apache 2.0 β€” commercial use allowed.
 
2
  license: apache-2.0
3
  language:
4
  - en
 
5
  library_name: transformers
6
+ pipeline_tag: text-generation
7
+ base_model: Qwen/Qwen3-14B
8
+ base_model_relation: finetune
9
  tags:
10
+ - agent
11
  - fableforge
12
+ - generalist
 
 
 
 
13
  - reasoning
14
+ - text-generation
 
 
 
 
 
 
15
  ---
16
 
17
  # FableForge-14B
18
 
19
+ > **FableForge 14B β€” the flagship generalist of the FableForge family.**
20
 
21
+ [![Downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhuggingface.co%2Fapi%2Fmodels%2Ffableforge-ai%2FFableForge-14B&query=downloads&label=downloads&color=blue)](https://huggingface.co/fableforge-ai/FableForge-14B) [![Demos](https://img.shields.io/badge/πŸ€—-Live%20Demos-orange)](https://huggingface.co/spaces/fableforge-ai/fableforge-nexus)
22
 
23
+ Base model: [Qwen/Qwen3-14B](https://huggingface.co/Qwen/Qwen3-14B) Β· 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-14B:Q4_K_M
31
  ```
32
 
33
+ πŸ“¦ **GGUF quants:** [fableforge-ai/FableForge-14B](https://huggingface.co/fableforge-ai/FableForge-14B)
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.*