leaderboard-pr-bot commited on
Commit
cfc2a8f
1 Parent(s): d4b8495

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 +114 -6
README.md CHANGED
@@ -1,4 +1,9 @@
1
  ---
 
 
 
 
 
2
  base_model:
3
  - refuelai/Llama-3-Refueled
4
  - cognitivecomputations/dolphin-2.9-llama3-8b
@@ -6,11 +11,101 @@ base_model:
6
  - NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
7
  - Sao10K/L3-8B-Stheno-v3.2
8
  - cgato/L3-TheSpice-8b-v0.8.3
9
- library_name: transformers
10
- tags:
11
- - mergekit
12
- - merge
13
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
  # merge
16
 
@@ -46,4 +141,17 @@ base_model: Sao10K/L3-8B-Stheno-v3.2
46
  normalize: false
47
  int8_mask: true
48
  dtype: bfloat16
49
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ tags:
5
+ - mergekit
6
+ - merge
7
  base_model:
8
  - refuelai/Llama-3-Refueled
9
  - cognitivecomputations/dolphin-2.9-llama3-8b
 
11
  - NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
12
  - Sao10K/L3-8B-Stheno-v3.2
13
  - cgato/L3-TheSpice-8b-v0.8.3
14
+ model-index:
15
+ - name: ONeil-model_stock-8B
16
+ results:
17
+ - task:
18
+ type: text-generation
19
+ name: Text Generation
20
+ dataset:
21
+ name: IFEval (0-Shot)
22
+ type: HuggingFaceH4/ifeval
23
+ args:
24
+ num_few_shot: 0
25
+ metrics:
26
+ - type: inst_level_strict_acc and prompt_level_strict_acc
27
+ value: 67.86
28
+ name: strict accuracy
29
+ source:
30
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=DreadPoor/ONeil-model_stock-8B
31
+ name: Open LLM Leaderboard
32
+ - task:
33
+ type: text-generation
34
+ name: Text Generation
35
+ dataset:
36
+ name: BBH (3-Shot)
37
+ type: BBH
38
+ args:
39
+ num_few_shot: 3
40
+ metrics:
41
+ - type: acc_norm
42
+ value: 36.41
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=DreadPoor/ONeil-model_stock-8B
46
+ name: Open LLM Leaderboard
47
+ - task:
48
+ type: text-generation
49
+ name: Text Generation
50
+ dataset:
51
+ name: MATH Lvl 5 (4-Shot)
52
+ type: hendrycks/competition_math
53
+ args:
54
+ num_few_shot: 4
55
+ metrics:
56
+ - type: exact_match
57
+ value: 9.21
58
+ name: exact match
59
+ source:
60
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=DreadPoor/ONeil-model_stock-8B
61
+ name: Open LLM Leaderboard
62
+ - task:
63
+ type: text-generation
64
+ name: Text Generation
65
+ dataset:
66
+ name: GPQA (0-shot)
67
+ type: Idavidrein/gpqa
68
+ args:
69
+ num_few_shot: 0
70
+ metrics:
71
+ - type: acc_norm
72
+ value: 7.38
73
+ name: acc_norm
74
+ source:
75
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=DreadPoor/ONeil-model_stock-8B
76
+ name: Open LLM Leaderboard
77
+ - task:
78
+ type: text-generation
79
+ name: Text Generation
80
+ dataset:
81
+ name: MuSR (0-shot)
82
+ type: TAUR-Lab/MuSR
83
+ args:
84
+ num_few_shot: 0
85
+ metrics:
86
+ - type: acc_norm
87
+ value: 10.97
88
+ name: acc_norm
89
+ source:
90
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=DreadPoor/ONeil-model_stock-8B
91
+ name: Open LLM Leaderboard
92
+ - task:
93
+ type: text-generation
94
+ name: Text Generation
95
+ dataset:
96
+ name: MMLU-PRO (5-shot)
97
+ type: TIGER-Lab/MMLU-Pro
98
+ config: main
99
+ split: test
100
+ args:
101
+ num_few_shot: 5
102
+ metrics:
103
+ - type: acc
104
+ value: 28.87
105
+ name: accuracy
106
+ source:
107
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=DreadPoor/ONeil-model_stock-8B
108
+ name: Open LLM Leaderboard
109
  ---
110
  # merge
111
 
 
141
  normalize: false
142
  int8_mask: true
143
  dtype: bfloat16
144
+ ```
145
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
146
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_DreadPoor__ONeil-model_stock-8B)
147
+
148
+ | Metric |Value|
149
+ |-------------------|----:|
150
+ |Avg. |26.78|
151
+ |IFEval (0-Shot) |67.86|
152
+ |BBH (3-Shot) |36.41|
153
+ |MATH Lvl 5 (4-Shot)| 9.21|
154
+ |GPQA (0-shot) | 7.38|
155
+ |MuSR (0-shot) |10.97|
156
+ |MMLU-PRO (5-shot) |28.87|
157
+