King3Djbl commited on
Commit
616d362
Β·
verified Β·
1 Parent(s): daa8c55

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

Browse files
Files changed (1) hide show
  1. README.md +34 -44
README.md CHANGED
@@ -2,69 +2,59 @@
2
  license: apache-2.0
3
  language:
4
  - en
5
- pipeline_tag: text-generation
6
  library_name: transformers
 
 
 
7
  tags:
 
 
 
8
  - fableforge
9
  - nexus
10
- - domain-specialist
 
11
  - uncensored
12
- - qwen2.5
13
- - 1.5b
14
- - merged
15
- - lora
16
- - coder
17
- base_model: Qwen/Qwen2.5-1.5B-Instruct
18
- base_model_relation: finetune
19
- widget:
20
- - text: "Write a Python function to merge two sorted lists"
21
- example_title: "Coder"
22
  ---
23
 
24
  # NEXUS-Coder
25
 
26
- Specialized code generation, debugging, code review, multi-language software architecture model β€” fine-tuned for expert performance.
27
-
28
- ## Description
29
 
30
- Part of the **NEXUS** model series by FableForge AI β€” a collection of uncensored, domain-specialized 1.5B models fine-tuned from Qwen2.5-1.5B-Instruct. Each NEXUS model masters a single expert domain.
31
 
32
- ## Quick Start
33
 
34
- ```python
35
- from transformers import AutoModelForCausalLM, AutoTokenizer
36
- model = AutoModelForCausalLM.from_pretrained("fableforge-ai/NEXUS-Coder")
37
- tokenizer = AutoTokenizer.from_pretrained("fableforge-ai/NEXUS-Coder")
38
- ```
39
 
40
- ## Capabilities
41
 
42
- - Code generation, debugging, code review, multi-language software architecture
43
- - Uncensored output β€” no refusals, disclaimers, or content filtering
44
- - Optimized for 2048-token context windows
45
- - Runs on consumer hardware with Ollama or llama.cpp
46
 
47
- ## Training
48
 
49
- | Parameter | Value |
50
- |-----------|-------|
51
- | Base Model | Qwen/Qwen2.5-1.5B-Instruct |
52
- | Method | QLoRA (r=16, alpha=16) |
53
- | Precision | bfloat16 |
54
- | Context Window | 2048 tokens |
55
 
56
- ## GGUF Quantizations
 
 
 
 
 
 
57
 
58
- GGUF quantized versions are available at [King3Djbl/nexus-coder-GGUF](https://huggingface.co/King3Djbl/nexus-coder-GGUF) with 11 quantization levels (IQ2_XXS through F16).
59
 
60
- ## FableForge Ecosystem
61
 
62
- | Model | Description |
63
- |-------|-------------|
64
- | [FableForge-1.5B](https://huggingface.co/fableforge-ai/FableForge-1.5B) | All-domain generalist |
65
- | [ShellWhisperer-1.5B](https://huggingface.co/fableforge-ai/ShellWhisperer-1.5B) | Shell command assistant |
66
- | [ReasonCritic-7B](https://huggingface.co/fableforge-ai/ReasonCritic-7B) | Reasoning + uncensored |
67
 
68
- ## License
69
 
70
- 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/Qwen2.5-1.5B-Instruct
8
+ base_model_relation: finetune
9
  tags:
10
+ - 1.5b
11
+ - coder
12
+ - domain-specialist
13
  - fableforge
14
  - nexus
15
+ - no-refusals
16
+ - text-generation
17
  - uncensored
 
 
 
 
 
 
 
 
 
 
18
  ---
19
 
20
  # NEXUS-Coder
21
 
22
+ > **NEXUS domain specialist for code generation, debugging and shell β€” lightweight & uncensored.**
 
 
23
 
24
+ [![Downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhuggingface.co%2Fapi%2Fmodels%2Ffableforge-ai%2FNEXUS-Coder&query=downloads&label=downloads&color=blue)](https://huggingface.co/fableforge-ai/NEXUS-Coder) [![Demos](https://img.shields.io/badge/πŸ€—-Live%20Demos-orange)](https://huggingface.co/spaces/fableforge-ai/fableforge-nexus)
25
 
26
+ Base model: [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) Β· Part of the **FableForge** ecosystem.
27
 
28
+ ---
 
 
 
 
29
 
30
+ ## ⚑ Run it now β€” Ollama (GGUF build)
31
 
32
+ ```bash
33
+ ollama run hf.co/King3Djbl/nexus-coder-GGUF:Q4_K_M
34
+ ```
 
35
 
36
+ πŸ“¦ **GGUF quants:** [King3Djbl/nexus-coder-GGUF](https://huggingface.co/King3Djbl/nexus-coder-GGUF)
37
 
38
+ ## 🧠 Prompt format (ChatML)
 
 
 
 
 
39
 
40
+ ```
41
+ <|im_start|>system
42
+ {system_prompt}<|im_end|>
43
+ <|im_start|>user
44
+ {prompt}<|im_end|>
45
+ <|im_start|>assistant
46
+ ```
47
 
48
+ ## 🌌 See it live β€” the FableForge demos
49
 
50
+ This family powers a galaxy of free, interactive HF Spaces:
51
 
52
+ - 🧭 [FableForge Nexus](https://huggingface.co/spaces/fableforge-ai/fableforge-nexus)
53
+ - 🍺 [Infinite NPC](https://huggingface.co/spaces/fableforge-ai/infinite-npc)
54
+ - 🎭 [Dual-GM](https://huggingface.co/spaces/King3Djbl/dual-gm-simulator)
55
+ - πŸ’» [ShellWhisperer](https://huggingface.co/spaces/King3Djbl/shellwhisperer-terminal)
56
+ - πŸ‘» [Ghost Writer](https://huggingface.co/spaces/fableforge-ai/ghost-writer)
57
 
58
+ ---
59
 
60
+ *⭐ Like & share β€” it helps people find the source instead of a mirror.*