leaderboard-pr-bot commited on
Commit
5202669
1 Parent(s): 1fe284a

Adding Evaluation Results

Browse files

This is an automated PR created with https://huggingface.co/spaces/Weyaxi/open-llm-leaderboard-results-pr

The purpose of this PR is to add evaluation results from the Open LLM Leaderboard to your model card.

If you encounter any issues, please report them to https://huggingface.co/spaces/Weyaxi/open-llm-leaderboard-results-pr/discussions

Files changed (1) hide show
  1. README.md +112 -4
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  datasets:
3
  - Locutusque/TM-DATA-V2
4
  - LLM360/TxT360
@@ -6,9 +9,101 @@ datasets:
6
  - Skylion007/openwebtext
7
  - JeanKaddour/minipile
8
  - eminorhan/gutenberg_en
9
- language:
10
- - en
11
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  still in training. Trained on about ~21 billion tokens so far.
@@ -133,4 +228,17 @@ still in training. Trained on about ~21 billion tokens so far.
133
 
134
  | Groups |Version|Filter|n-shot| Metric | |Value | |Stderr|
135
  |------------|------:|------|------|--------|---|-----:|---|-----:|
136
- |agieval_nous| 0|none | |acc_norm|↑ |0.2133|± |0.0081|
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
  datasets:
6
  - Locutusque/TM-DATA-V2
7
  - LLM360/TxT360
 
9
  - Skylion007/openwebtext
10
  - JeanKaddour/minipile
11
  - eminorhan/gutenberg_en
12
+ model-index:
13
+ - name: TinyMistral-248M-v3
14
+ results:
15
+ - task:
16
+ type: text-generation
17
+ name: Text Generation
18
+ dataset:
19
+ name: IFEval (0-Shot)
20
+ type: HuggingFaceH4/ifeval
21
+ args:
22
+ num_few_shot: 0
23
+ metrics:
24
+ - type: inst_level_strict_acc and prompt_level_strict_acc
25
+ value: 16.39
26
+ name: strict accuracy
27
+ source:
28
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=M4-ai/TinyMistral-248M-v3
29
+ name: Open LLM Leaderboard
30
+ - task:
31
+ type: text-generation
32
+ name: Text Generation
33
+ dataset:
34
+ name: BBH (3-Shot)
35
+ type: BBH
36
+ args:
37
+ num_few_shot: 3
38
+ metrics:
39
+ - type: acc_norm
40
+ value: 1.78
41
+ name: normalized accuracy
42
+ source:
43
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=M4-ai/TinyMistral-248M-v3
44
+ name: Open LLM Leaderboard
45
+ - task:
46
+ type: text-generation
47
+ name: Text Generation
48
+ dataset:
49
+ name: MATH Lvl 5 (4-Shot)
50
+ type: hendrycks/competition_math
51
+ args:
52
+ num_few_shot: 4
53
+ metrics:
54
+ - type: exact_match
55
+ value: 0.0
56
+ name: exact match
57
+ source:
58
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=M4-ai/TinyMistral-248M-v3
59
+ name: Open LLM Leaderboard
60
+ - task:
61
+ type: text-generation
62
+ name: Text Generation
63
+ dataset:
64
+ name: GPQA (0-shot)
65
+ type: Idavidrein/gpqa
66
+ args:
67
+ num_few_shot: 0
68
+ metrics:
69
+ - type: acc_norm
70
+ value: 0.0
71
+ name: acc_norm
72
+ source:
73
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=M4-ai/TinyMistral-248M-v3
74
+ name: Open LLM Leaderboard
75
+ - task:
76
+ type: text-generation
77
+ name: Text Generation
78
+ dataset:
79
+ name: MuSR (0-shot)
80
+ type: TAUR-Lab/MuSR
81
+ args:
82
+ num_few_shot: 0
83
+ metrics:
84
+ - type: acc_norm
85
+ value: 5.15
86
+ name: acc_norm
87
+ source:
88
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=M4-ai/TinyMistral-248M-v3
89
+ name: Open LLM Leaderboard
90
+ - task:
91
+ type: text-generation
92
+ name: Text Generation
93
+ dataset:
94
+ name: MMLU-PRO (5-shot)
95
+ type: TIGER-Lab/MMLU-Pro
96
+ config: main
97
+ split: test
98
+ args:
99
+ num_few_shot: 5
100
+ metrics:
101
+ - type: acc
102
+ value: 1.47
103
+ name: accuracy
104
+ source:
105
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=M4-ai/TinyMistral-248M-v3
106
+ name: Open LLM Leaderboard
107
  ---
108
 
109
  still in training. Trained on about ~21 billion tokens so far.
 
228
 
229
  | Groups |Version|Filter|n-shot| Metric | |Value | |Stderr|
230
  |------------|------:|------|------|--------|---|-----:|---|-----:|
231
+ |agieval_nous| 0|none | |acc_norm|↑ |0.2133|± |0.0081|
232
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
233
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_M4-ai__TinyMistral-248M-v3)
234
+
235
+ | Metric |Value|
236
+ |-------------------|----:|
237
+ |Avg. | 4.13|
238
+ |IFEval (0-Shot) |16.39|
239
+ |BBH (3-Shot) | 1.78|
240
+ |MATH Lvl 5 (4-Shot)| 0.00|
241
+ |GPQA (0-shot) | 0.00|
242
+ |MuSR (0-shot) | 5.15|
243
+ |MMLU-PRO (5-shot) | 1.47|
244
+