JH-Motif commited on
Commit
85e689b
·
verified ·
1 Parent(s): 672deb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -5
README.md CHANGED
@@ -1,5 +1,39 @@
1
- ---
2
- license: other
3
- license_name: motif-license
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: motif-license
4
+ license_link: LICENSE
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ # Introduction
10
+
11
+ We announce **Motif 2.6B**, a 2.6 billion parameter language model trained from scratch on AMD Instinct™ MI250X GPUs. Motif 2.6B marks our very first step toward building helpful, reliable AI aligned with human values.
12
+
13
+ With this first release, we aim for Motif 2.6B to achieve performance comparable to well-known open-source models such as Phi, Llama, and Qwen — particularly those in the 7B–9B parameter range. A detailed technical report will be released at a later time; here, we present the initial evaluation results.
14
+
15
+ # Evaluation
16
+
17
+ When models are released, their accompanying technical reports or papers often present benchmark results based on evaluation settings chosen by the developers. While this is a common and understandable practice, it can lead to challenges when comparing models across different organizations. The same model may yield different scores depending on evaluation conditions, and details of these conditions are not always fully disclosed. This lack of standardization can make it difficult for the open-source community to interpret and trust reported results. We therefore reference performance scores based on the official numbers reported by each model’s developers in their respective publications.
18
+
19
+ ### Comparsion with Mistral
20
+
21
+ The benchmarks and metrics used are identical to those in the [Mistral 7B technical report](https://arxiv.org/pdf/2310.06825).
22
+
23
+ |Benchmark|Metric|Mistral 7B|Motif 2.6B|Improvement|
24
+ |---|---|---|---|---|
25
+ |MMLU|5-shot|60.1|57.93|-3.61%|
26
+ |HellaSwag|0-shot|81.3|61.35|-24.54%|
27
+ |WinoG|0-shot|75.3|59.91|-20.44%|
28
+ |PIQA|0-shot|83|75.95|-8.49%|
29
+ |Arc-e|0-shot|80|87.21|+9.01%|
30
+ |Arc-c|0-shot|55.5|74.2|+33.69%|
31
+ |NQ|5-shot|28.8|11.14|-61.32%|
32
+ |TriviaQA|5-shot|69.9|54.97|-21.36%|
33
+ |HumanEval|0-shot|30.5|68.3|+123.93%|
34
+ |MBPP|3-shot|47.5|60.3|+26.95%|
35
+ |MATH|4-shot, maj@4|13.1|39.2*|+199.24%|
36
+ |GSM8K|8-shot, maj@8|52.2|77.71|+48.87%|
37
+ ||||**Average**|+33.01%|
38
+
39
+ \* : We report the 4-shot score instead of the 4-shot, maj@4.