leaderboard-pr-bot commited on
Commit
21b3b3e
1 Parent(s): 9f46b0f

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 +116 -8
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
 
 
 
 
 
 
 
2
  base_model:
3
  - DreadPoor/MarshmaToon-3B-model_stock
4
  - jeiku/Everything_v3_128_StableLM
@@ -23,13 +30,101 @@ base_model:
23
  - jeiku/Alpaca_128_StableLM
24
  - DreadPoor/MarshmaToon-3B-model_stock
25
  - jeiku/No_Robots_Alpaca_StableLM
26
- library_name: transformers
27
- tags:
28
- - mergekit
29
- - merge
30
- license: apache-2.0
31
- language:
32
- - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ---
34
  # merge
35
 
@@ -75,4 +170,17 @@ models:
75
  merge_method: model_stock
76
  base_model: DreadPoor/MarshmaToon-3B-model_stock
77
  dtype: float16
78
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
  base_model:
10
  - DreadPoor/MarshmaToon-3B-model_stock
11
  - jeiku/Everything_v3_128_StableLM
 
30
  - jeiku/Alpaca_128_StableLM
31
  - DreadPoor/MarshmaToon-3B-model_stock
32
  - jeiku/No_Robots_Alpaca_StableLM
33
+ model-index:
34
+ - name: Machroom-3B-model_stock
35
+ results:
36
+ - task:
37
+ type: text-generation
38
+ name: Text Generation
39
+ dataset:
40
+ name: IFEval (0-Shot)
41
+ type: HuggingFaceH4/ifeval
42
+ args:
43
+ num_few_shot: 0
44
+ metrics:
45
+ - type: inst_level_strict_acc and prompt_level_strict_acc
46
+ value: 32.98
47
+ name: strict accuracy
48
+ source:
49
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=DreadPoor/Machroom-3B-model_stock
50
+ name: Open LLM Leaderboard
51
+ - task:
52
+ type: text-generation
53
+ name: Text Generation
54
+ dataset:
55
+ name: BBH (3-Shot)
56
+ type: BBH
57
+ args:
58
+ num_few_shot: 3
59
+ metrics:
60
+ - type: acc_norm
61
+ value: 12.0
62
+ name: normalized accuracy
63
+ source:
64
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=DreadPoor/Machroom-3B-model_stock
65
+ name: Open LLM Leaderboard
66
+ - task:
67
+ type: text-generation
68
+ name: Text Generation
69
+ dataset:
70
+ name: MATH Lvl 5 (4-Shot)
71
+ type: hendrycks/competition_math
72
+ args:
73
+ num_few_shot: 4
74
+ metrics:
75
+ - type: exact_match
76
+ value: 2.42
77
+ name: exact match
78
+ source:
79
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=DreadPoor/Machroom-3B-model_stock
80
+ name: Open LLM Leaderboard
81
+ - task:
82
+ type: text-generation
83
+ name: Text Generation
84
+ dataset:
85
+ name: GPQA (0-shot)
86
+ type: Idavidrein/gpqa
87
+ args:
88
+ num_few_shot: 0
89
+ metrics:
90
+ - type: acc_norm
91
+ value: 0.34
92
+ name: acc_norm
93
+ source:
94
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=DreadPoor/Machroom-3B-model_stock
95
+ name: Open LLM Leaderboard
96
+ - task:
97
+ type: text-generation
98
+ name: Text Generation
99
+ dataset:
100
+ name: MuSR (0-shot)
101
+ type: TAUR-Lab/MuSR
102
+ args:
103
+ num_few_shot: 0
104
+ metrics:
105
+ - type: acc_norm
106
+ value: 17.11
107
+ name: acc_norm
108
+ source:
109
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=DreadPoor/Machroom-3B-model_stock
110
+ name: Open LLM Leaderboard
111
+ - task:
112
+ type: text-generation
113
+ name: Text Generation
114
+ dataset:
115
+ name: MMLU-PRO (5-shot)
116
+ type: TIGER-Lab/MMLU-Pro
117
+ config: main
118
+ split: test
119
+ args:
120
+ num_few_shot: 5
121
+ metrics:
122
+ - type: acc
123
+ value: 6.8
124
+ name: accuracy
125
+ source:
126
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=DreadPoor/Machroom-3B-model_stock
127
+ name: Open LLM Leaderboard
128
  ---
129
  # merge
130
 
 
170
  merge_method: model_stock
171
  base_model: DreadPoor/MarshmaToon-3B-model_stock
172
  dtype: float16
173
+ ```
174
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
175
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_DreadPoor__Machroom-3B-model_stock)
176
+
177
+ | Metric |Value|
178
+ |-------------------|----:|
179
+ |Avg. |11.94|
180
+ |IFEval (0-Shot) |32.98|
181
+ |BBH (3-Shot) |12.00|
182
+ |MATH Lvl 5 (4-Shot)| 2.42|
183
+ |GPQA (0-shot) | 0.34|
184
+ |MuSR (0-shot) |17.11|
185
+ |MMLU-PRO (5-shot) | 6.80|
186
+