bartowski commited on
Commit
fdcd9d0
·
verified ·
1 Parent(s): 57a4cbb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md CHANGED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - mistralai/Mistral-Small-24B-Instruct-2501
4
+ library_name: transformers
5
+ license: apache-2.0
6
+ ---
7
+
8
+ **Arcee-Blitz (24B)** is a new Mistral-based 24B model distilled from DeepSeek, designed to be both **fast and efficient**. We view it as a practical “workhorse” model that can tackle a range of tasks without the overhead of larger architectures.
9
+
10
+ ### Quantizations
11
+
12
+ Coming soon
13
+
14
+ ### Model Details
15
+
16
+ - Architecture Base: Mistral-Small-24B-Instruct-2501
17
+ - Parameter Count: 24B
18
+ - Distillation Data:
19
+ - Merged Virtuoso pipeline with Mistral architecture, hotstarting the training with over 3B tokens of pretraining distillation from DeepSeek-V3 logits
20
+ - Fine-Tuning and Post-Training:
21
+ - After capturing core logits, we performed additional fine-tuning and distillation steps to enhance overall performance.
22
+ - License: [Apache-2.0](https://huggingface.co/arcee-ai/Arcee-Maestro-7B-Preview#license)
23
+
24
+ ### Improving World Knowledge
25
+
26
+ Arcee-Blitz shows large improvements to performance on MMLU-Pro versus the original Mistral-Small-3, reflecting a dramatic increase in world knowledge.
27
+
28
+ ### Data contamination checking
29
+
30
+ We carefully examined our training data and pipeline to avoid contamination. While we’re confident in the validity of these gains, we remain open to further community validation and testing (one of the key reasons we release these models as open-source).
31
+
32
+ ### Benchmark Comparison
33
+
34
+ | **Benchmark** | **mistral‑small‑3** | **arcee‑blitz** |
35
+ |---------------------------------|---------------------|-----------------|
36
+ | **MixEval** | 81.6% | **85.1%** |
37
+ | **GPQADiamond** | 42.4% | **43.1%** |
38
+ | **BigCodeBench Complete** | 44.4% | **45.5%** |
39
+ | **BigCodeBench Instruct** | 34.7% | **35.9%** |
40
+ | **BigCodeBench Complete-hard** | 16.2% | **19.6%** |
41
+ | **BigCodeBench Instruct-hard** | **15.5%** | **15.5%** |
42
+ | **IFEval** | 77.44 | **80.60** |
43
+ | **BBH** | 64.46 | **65.00** |
44
+ | **GPQA** | 33.90 | **36.70** |
45
+ | **MMLU Pro** | 44.70 | **60.20** |
46
+ | **MuSR** | 40.90 | **50.00** |
47
+ | **Math Level 5** | 12.00 | **38.60** |
48
+
49
+ ### Limitations
50
+
51
+ - **Context Length:** 32k Tokens (may vary depending on the final tokenizer settings and system resources).
52
+ - **Knowledge Cut-off:** Training data may not reflect the latest events or developments beyond June 2024.
53
+
54
+ ### Ethical Considerations
55
+ - **Content Generation Risks:** Like any language model, Arcee-Blitz can generate potentially harmful or biased content if prompted in certain ways.
56
+
57
+ ### License
58
+ **Arcee-Blitz (24B)** is released under the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0). You are free to use, modify, and distribute this model in both commercial and non-commercial applications, subject to the terms and conditions of the license.
59
+
60
+ If you have questions or would like to share your experiences using Arcee-Blitz (24B), please connect with us on social media. We’re excited to see what you build—and how this model helps you innovate!