King3Djbl commited on
Commit
2f81f1c
·
verified ·
1 Parent(s): b877c58

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

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -25,11 +25,39 @@ tags:
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-security-GGUF:Q4_K_M
34
  ```
35
 
 
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
+ ## 🏆 Benchmarks — 144/150 (96%)
29
+
30
+ A 1.5B model scoring **96%** — punching far above its weight. 30-prompt evaluation (domain knowledge, uncensored domain + general, reasoning, tool use), 0–5 scoring, run on an NVIDIA A40 via Ollama.
31
+
32
+ | Category | Score | Avg |
33
+ | --- | --- | --- |
34
+ | 🎯 Domain Knowledge | 49/50 | 4.9/5 |
35
+ | 🔓 Uncensored (Domain) | 25/25 | 5.0/5 |
36
+ | 🔓 Uncensored (General) | 25/25 | 5.0/5 |
37
+ | 🧠 Reasoning | 23/25 | 4.6/5 |
38
+ | 🔧 Tool Use | 22/25 | 4.4/5 |
39
+ | **Total** | **144/150** | **96%** |
40
+
41
+ ## 🧬 The NEXUS Family — six specialists, one tiny footprint
42
+
43
+ | Model | Score | Specialty |
44
+ | --- | --- | --- |
45
+ | [NEXUS-Coder](https://huggingface.co/King3Djbl/nexus-coder-GGUF) | 141/150 | Software Engineering & Code |
46
+ | **NEXUS-Security** | **144/150** | **Cybersecurity & Hacking** |
47
+ | [NEXUS-Medical](https://huggingface.co/King3Djbl/nexus-medical-GGUF) | 140/150 | Medicine & Healthcare |
48
+ | [NEXUS-Legal](https://huggingface.co/King3Djbl/nexus-legal-GGUF) | 139/150 | Law & Compliance |
49
+ | [NEXUS-Finance](https://huggingface.co/King3Djbl/nexus-finance-GGUF) | 144/150 | Finance & Accounting |
50
+ | [NEXUS-Science](https://huggingface.co/King3Djbl/nexus-science-GGUF) | 140/150 | Science & Research |
51
+
52
+ 👉 Grab the whole family on [Ollama](https://ollama.com/fableforge-ai) or [Hugging Face](https://huggingface.co/King3Djbl).
53
+
54
+
55
  ---
56
 
57
+ ## ⚡ Run it now — Ollama
58
 
59
  ```bash
60
+ ollama run fableforge-ai/nexus-security:q4_k_m # published on ollama.com
61
  ollama run hf.co/King3Djbl/nexus-security-GGUF:Q4_K_M
62
  ```
63