Triangle104 commited on
Commit
bd73d32
1 Parent(s): 03b282c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md CHANGED
@@ -108,6 +108,79 @@ model-index:
108
  This model was converted to GGUF format from [`arcee-ai/SuperNova-Medius`](https://huggingface.co/arcee-ai/SuperNova-Medius) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
109
  Refer to the [original model card](https://huggingface.co/arcee-ai/SuperNova-Medius) for more details on the model.
110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  ## Use with llama.cpp
112
  Install llama.cpp through brew (works on Mac and Linux)
113
 
 
108
  This model was converted to GGUF format from [`arcee-ai/SuperNova-Medius`](https://huggingface.co/arcee-ai/SuperNova-Medius) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
109
  Refer to the [original model card](https://huggingface.co/arcee-ai/SuperNova-Medius) for more details on the model.
110
 
111
+ ---
112
+ Model details:
113
+ -
114
+ Arcee-SuperNova-Medius is a 14B parameter language model developed by Arcee.ai, built on the Qwen2.5-14B-Instruct architecture. This unique model is the result of a cross-architecture distillation pipeline, combining knowledge from both the Qwen2.5-72B-Instruct model and the Llama-3.1-405B-Instruct model. By leveraging the strengths of these two distinct architectures, SuperNova-Medius achieves high-quality instruction-following and complex reasoning capabilities in a mid-sized, resource-efficient form.
115
+
116
+ SuperNova-Medius is designed to excel in a variety of business use cases, including customer support, content creation, and technical assistance, while maintaining compatibility with smaller hardware configurations. It’s an ideal solution for organizations looking for advanced capabilities without the high resource requirements of larger models like our SuperNova-70B.
117
+ Distillation Overview
118
+
119
+ The development of SuperNova-Medius involved a sophisticated multi-teacher, cross-architecture distillation process, with the following key steps:
120
+
121
+ Logit Distillation from Llama 3.1 405B:
122
+ We distilled the logits of Llama 3.1 405B using an offline approach.
123
+ The top K logits for each token were stored to capture most of the probability mass while managing storage requirements.
124
+
125
+ Cross-Architecture Adaptation:
126
+ Using mergekit-tokensurgeon, we created a version of Qwen2.5-14B that uses the vocabulary of Llama 3.1 405B.
127
+ This allowed for the use of Llama 3.1 405B logits in training the Qwen-based model.
128
+
129
+ Distillation to Qwen Architecture:
130
+ The adapted Qwen2.5-14B model was trained using the stored 405B logits as the target.
131
+
132
+ Parallel Qwen Distillation:
133
+ In a separate process, Qwen2-72B was distilled into a 14B model.
134
+
135
+ Final Fusion and Fine-Tuning:
136
+ The Llama-distilled Qwen model's vocabulary was reverted to Qwen vocabulary.
137
+ After re-aligning the vocabularies, a final fusion and fine-tuning step was conducted, using a specialized dataset from EvolKit to ensure that SuperNova-Medius maintained coherence, fluency, and context understanding across a broad range of tasks.
138
+
139
+ Performance Evaluation
140
+
141
+ Below are the benchmark results of SuperNova-Medius compared to similar models in its class:
142
+ Model Average IFEval BBH GPQA MMLU Pro MuSR Math Level 5
143
+ Mistral-Small 2409 0.423 0.628 0.581 0.333 0.410 0.406 0.181
144
+ Supernova-Lite 0.427 0.786 0.511 0.306 0.388 0.415 0.155
145
+ Qwen2.5-14B-Instruct 0.450 0.827 0.623 0.358 0.490 0.403 0.000
146
+ Supernova-Medius 0.480 0.832 0.631 0.359 0.502 0.402 0.152
147
+
148
+ SuperNova-Medius performs exceptionally well in instruction-following (IFEval) and complex reasoning tasks (BBH), demonstrating its capability to handle a variety of real-world scenarios. It outperforms Qwen2.5-14B and SuperNova-Lite in multiple benchmarks, making it a powerful yet efficient choice for high-quality generative AI applications.
149
+ Model Use Cases
150
+
151
+ Arcee-SuperNova-Medius is suitable for a range of applications, including:
152
+
153
+ Customer Support: With its robust instruction-following and dialogue management capabilities, SuperNova-Medius can handle complex customer interactions, reducing the need for human intervention.
154
+ Content Creation: The model’s advanced language understanding and generation abilities make it ideal for creating high-quality, coherent content across diverse domains.
155
+ Technical Assistance: SuperNova-Medius has a deep reservoir of technical knowledge, making it an excellent assistant for programming, technical documentation, and other expert-level content creation.
156
+
157
+ Deployment Options
158
+
159
+ SuperNova-Medius is available for use under the Apache-2.0 license. For those who need even higher performance, the full-size 70B SuperNova model can be accessed via an Arcee-hosted API or for local deployment. To learn more or explore deployment options, please reach out to sales@arcee.ai.
160
+ Technical Specifications
161
+
162
+ Model Architecture: Qwen2.5-14B-Instruct
163
+ Distillation Sources: Qwen2.5-72B-Instruct, Llama-3.1-405B-Instruct
164
+ Parameter Count: 14 billion
165
+ Training Dataset: Custom instruction dataset generated with EvolKit
166
+ Distillation Technique: Multi-architecture offline logit distillation with cross-architecture vocabulary alignment.
167
+
168
+ Summary
169
+
170
+ Arcee-SuperNova-Medius provides a unique balance of power, efficiency, and versatility. By distilling knowledge from two top-performing teacher models into a single 14B parameter model, SuperNova-Medius achieves results that rival larger models while maintaining a compact size ideal for practical deployment. Whether for customer support, content creation, or technical assistance, SuperNova-Medius is the perfect choice for organizations looking to leverage advanced language model capabilities in a cost-effective and accessible form.
171
+ Open LLM Leaderboard Evaluation Results
172
+
173
+ Detailed results can be found here
174
+ Metric Value
175
+ Avg. 37.22
176
+ IFEval (0-Shot) 55.60
177
+ BBH (3-Shot) 49.30
178
+ MATH Lvl 5 (4-Shot) 32.48
179
+ GPQA (0-shot) 17.90
180
+ MuSR (0-shot) 19.19
181
+ MMLU-PRO (5-shot) 48.83
182
+
183
+ ---
184
  ## Use with llama.cpp
185
  Install llama.cpp through brew (works on Mac and Linux)
186