Mungert commited on
Commit
cf9401f
·
verified ·
1 Parent(s): 0fd64c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +162 -0
README.md ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - mistralai/Mistral-Small-3.1-24B-Instruct-2503
4
+ tags:
5
+ - text adventure
6
+ - roleplay
7
+ license: apache-2.0
8
+ language:
9
+ - en
10
+ ---
11
+
12
+ # <span style="color: #7FFF7F;">Harbinger-24B GGUF Models</span>
13
+
14
+
15
+ ## <span style="color: #7F7FFF;">Model Generation Details</span>
16
+
17
+ This model was generated using [llama.cpp](https://github.com/ggerganov/llama.cpp) at commit [`7f4fbe51`](https://github.com/ggerganov/llama.cpp/commit/7f4fbe5183b23b6b2e25fd1ccc5d1fa8bb010cb7).
18
+
19
+
20
+
21
+
22
+
23
+ ---
24
+
25
+ ## <span style="color: #7FFF7F;">Quantization Beyond the IMatrix</span>
26
+
27
+ I've been experimenting with a new quantization approach that selectively elevates the precision of key layers beyond what the default IMatrix configuration provides.
28
+
29
+ In my testing, standard IMatrix quantization underperforms at lower bit depths, especially with Mixture of Experts (MoE) models. To address this, I'm using the `--tensor-type` option in `llama.cpp` to manually "bump" important layers to higher precision. You can see the implementation here:
30
+ 👉 [Layer bumping with llama.cpp](https://github.com/Mungert69/GGUFModelBuilder/blob/main/model-converter/tensor_list_builder.py)
31
+
32
+ While this does increase model file size, it significantly improves precision for a given quantization level.
33
+
34
+ ### **I'd love your feedback—have you tried this? How does it perform for you?**
35
+
36
+
37
+
38
+
39
+ ---
40
+
41
+ <a href="https://readyforquantum.com/huggingface_gguf_selection_guide.html" style="color: #7FFF7F;">
42
+ Click here to get info on choosing the right GGUF model format
43
+ </a>
44
+
45
+ ---
46
+
47
+
48
+
49
+ <!--Begin Original Model Card-->
50
+
51
+
52
+ ![image/png](harbinger.jpg)
53
+
54
+ # Harbinger-24B
55
+
56
+ Like our [Wayfarer line of finetunes](https://huggingface.co/LatitudeGames), Harbinger-24B was designed for immersive adventures and other stories where consequences feel real and every decision matters. Training focused on enhancing instruction following, improving mid-sequence continuation, and strengthening narrative coherence over long sequences of outputs without user intervention. The same DPO (direct preference optimization) techniques used [in our Muse model](https://huggingface.co/LatitudeGames/Muse-12B) were applied to Harbinger, resulting in polished outputs with fewer clichés, repetitive patterns, and other common artifacts.
57
+
58
+ If you want to easily try this model, you can do so at [https://aidungeon.com](https://aidungeon.com/). Note that Harbinger requires a subscription while Muse and Wayfarer Small are free.
59
+
60
+ We plan to continue improving and open-sourcing similar models, so please share any and all feedback on how we can improve model behavior. Below we share more details on how Muse was created.
61
+
62
+ [Quantized GGUF weights can be downloaded here.](https://huggingface.co/LatitudeGames/Harbinger-24B-GGUF)
63
+
64
+ ## Model details
65
+
66
+ Harbinger 24B was trained in two stages, on top of Mistral Small 3.1 Instruct.
67
+
68
+ **SFT** - Various multi-turn datasets from a multitude of sources, focused on [Wayfarer-style](https://huggingface.co/LatitudeGames/Wayfarer-12B) text adventures and general roleplay, each carefully balanced and rewritten to be free of common AI cliches. A small single-turn instruct dataset was included to send a stronger signal during finetuning.
69
+
70
+ **DPO** - Reward Model User Preference Data, [detailed in our blog](https://blog.latitude.io/all-posts/synthetic-data-preference-optimization-and-reward-models) - This stage refined Harbinger's narrative coherence while preserving its unforgiving essence, resulting in more consistent character behaviors and smoother storytelling flows.
71
+
72
+ ## Inference
73
+
74
+ Mistral Small 3.1 is sensitive to higher temperatures, so the following settings are recommended as a baseline. Nothing stops you from experimenting with these, of course.
75
+
76
+ ```
77
+ "temperature": 0.8,
78
+ "repetition_penalty": 1.05,
79
+ "min_p": 0.025
80
+ ```
81
+
82
+ ## Limitations
83
+
84
+ Harbinger was trained exclusively on second-person present tense data (using “you”) in a narrative style. Other styles will work as well but may produce suboptimal results.
85
+
86
+ ## Prompt Format
87
+
88
+ ChatML was used during all training stages.
89
+
90
+ ```
91
+ <|im_start|>system
92
+ You're a masterful storyteller and gamemaster. Write in second person present tense (You are), crafting vivid, engaging narratives with authority and confidence.<|im_end|>
93
+ <|im_start|>user
94
+ > You peer into the darkness.
95
+ <|im_start|>assistant
96
+ You have been eaten by a grue.
97
+
98
+ GAME OVER
99
+ ```
100
+
101
+ ## Credits
102
+
103
+ Thanks to [Gryphe Padar](https://huggingface.co/Gryphe) for collaborating on this finetune with us!
104
+
105
+ <!--End Original Model Card-->
106
+
107
+ ---
108
+
109
+ # <span id="testllm" style="color: #7F7FFF;">🚀 If you find these models useful</span>
110
+
111
+ Help me test my **AI-Powered Quantum Network Monitor Assistant** with **quantum-ready security checks**:
112
+
113
+ 👉 [Quantum Network Monitor](https://readyforquantum.com/?assistant=open&utm_source=huggingface&utm_medium=referral&utm_campaign=huggingface_repo_readme)
114
+
115
+
116
+ The full Open Source Code for the Quantum Network Monitor Service available at my github repos ( repos with NetworkMonitor in the name) : [Source Code Quantum Network Monitor](https://github.com/Mungert69). You will also find the code I use to quantize the models if you want to do it yourself [GGUFModelBuilder](https://github.com/Mungert69/GGUFModelBuilder)
117
+
118
+ 💬 **How to test**:
119
+ Choose an **AI assistant type**:
120
+ - `TurboLLM` (GPT-4.1-mini)
121
+ - `HugLLM` (Hugginface Open-source models)
122
+ - `TestLLM` (Experimental CPU-only)
123
+
124
+ ### **What I’m Testing**
125
+ I’m pushing the limits of **small open-source models for AI network monitoring**, specifically:
126
+ - **Function calling** against live network services
127
+ - **How small can a model go** while still handling:
128
+ - Automated **Nmap security scans**
129
+ - **Quantum-readiness checks**
130
+ - **Network Monitoring tasks**
131
+
132
+ 🟡 **TestLLM** – Current experimental model (llama.cpp on 2 CPU threads on huggingface docker space):
133
+ - ✅ **Zero-configuration setup**
134
+ - ⏳ 30s load time (slow inference but **no API costs**) . No token limited as the cost is low.
135
+ - 🔧 **Help wanted!** If you’re into **edge-device AI**, let’s collaborate!
136
+
137
+ ### **Other Assistants**
138
+ 🟢 **TurboLLM** – Uses **gpt-4.1-mini** :
139
+ - **It performs very well but unfortunatly OpenAI charges per token. For this reason tokens usage is limited.
140
+ - **Create custom cmd processors to run .net code on Quantum Network Monitor Agents**
141
+ - **Real-time network diagnostics and monitoring**
142
+ - **Security Audits**
143
+ - **Penetration testing** (Nmap/Metasploit)
144
+
145
+ 🔵 **HugLLM** – Latest Open-source models:
146
+ - 🌐 Runs on Hugging Face Inference API. Performs pretty well using the lastest models hosted on Novita.
147
+
148
+ ### 💡 **Example commands you could test**:
149
+ 1. `"Give me info on my websites SSL certificate"`
150
+ 2. `"Check if my server is using quantum safe encyption for communication"`
151
+ 3. `"Run a comprehensive security audit on my server"`
152
+ 4. '"Create a cmd processor to .. (what ever you want)" Note you need to install a [Quantum Network Monitor Agent](https://readyforquantum.com/Download/?utm_source=huggingface&utm_medium=referral&utm_campaign=huggingface_repo_readme) to run the .net code on. This is a very flexible and powerful feature. Use with caution!
153
+
154
+ ### Final Word
155
+
156
+ I fund the servers used to create these model files, run the Quantum Network Monitor service, and pay for inference from Novita and OpenAI—all out of my own pocket. All the code behind the model creation and the Quantum Network Monitor project is [open source](https://github.com/Mungert69). Feel free to use whatever you find helpful.
157
+
158
+ If you appreciate the work, please consider [buying me a coffee](https://www.buymeacoffee.com/mahadeva) ☕. Your support helps cover service costs and allows me to raise token limits for everyone.
159
+
160
+ I'm also open to job opportunities or sponsorship.
161
+
162
+ Thank you! 😊