Adding Evaluation Results

#1
by Sakalti - opened
Files changed (1) hide show
  1. README.md +119 -11
README.md CHANGED
@@ -1,14 +1,4 @@
1
  ---
2
- base_model:
3
- - Qwen/Qwen2.5-72B-Instruct
4
- - Qwen/Qwen2.5-72B
5
- library_name: transformers
6
- tags:
7
- - mergekit
8
- - merge
9
- license: other
10
- license_name: qwen
11
- inference: true
12
  language:
13
  - en
14
  - ko
@@ -21,6 +11,111 @@ language:
21
  - it
22
  - ro
23
  - zh
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
  Built With Qwen
26
  # merge
@@ -55,4 +150,17 @@ parameters:
55
  normalize: true
56
  int8_mask: true
57
  dtype: float16
58
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  language:
3
  - en
4
  - ko
 
11
  - it
12
  - ro
13
  - zh
14
+ license: other
15
+ library_name: transformers
16
+ tags:
17
+ - mergekit
18
+ - merge
19
+ base_model:
20
+ - Qwen/Qwen2.5-72B-Instruct
21
+ - Qwen/Qwen2.5-72B
22
+ license_name: qwen
23
+ inference: true
24
+ model-index:
25
+ - name: ultiima-72B
26
+ results:
27
+ - task:
28
+ type: text-generation
29
+ name: Text Generation
30
+ dataset:
31
+ name: IFEval (0-Shot)
32
+ type: HuggingFaceH4/ifeval
33
+ args:
34
+ num_few_shot: 0
35
+ metrics:
36
+ - type: inst_level_strict_acc and prompt_level_strict_acc
37
+ value: 71.4
38
+ name: strict accuracy
39
+ source:
40
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Sakalti/ultiima-72B
41
+ name: Open LLM Leaderboard
42
+ - task:
43
+ type: text-generation
44
+ name: Text Generation
45
+ dataset:
46
+ name: BBH (3-Shot)
47
+ type: BBH
48
+ args:
49
+ num_few_shot: 3
50
+ metrics:
51
+ - type: acc_norm
52
+ value: 61.1
53
+ name: normalized accuracy
54
+ source:
55
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Sakalti/ultiima-72B
56
+ name: Open LLM Leaderboard
57
+ - task:
58
+ type: text-generation
59
+ name: Text Generation
60
+ dataset:
61
+ name: MATH Lvl 5 (4-Shot)
62
+ type: hendrycks/competition_math
63
+ args:
64
+ num_few_shot: 4
65
+ metrics:
66
+ - type: exact_match
67
+ value: 52.42
68
+ name: exact match
69
+ source:
70
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Sakalti/ultiima-72B
71
+ name: Open LLM Leaderboard
72
+ - task:
73
+ type: text-generation
74
+ name: Text Generation
75
+ dataset:
76
+ name: GPQA (0-shot)
77
+ type: Idavidrein/gpqa
78
+ args:
79
+ num_few_shot: 0
80
+ metrics:
81
+ - type: acc_norm
82
+ value: 21.92
83
+ name: acc_norm
84
+ source:
85
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Sakalti/ultiima-72B
86
+ name: Open LLM Leaderboard
87
+ - task:
88
+ type: text-generation
89
+ name: Text Generation
90
+ dataset:
91
+ name: MuSR (0-shot)
92
+ type: TAUR-Lab/MuSR
93
+ args:
94
+ num_few_shot: 0
95
+ metrics:
96
+ - type: acc_norm
97
+ value: 18.12
98
+ name: acc_norm
99
+ source:
100
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Sakalti/ultiima-72B
101
+ name: Open LLM Leaderboard
102
+ - task:
103
+ type: text-generation
104
+ name: Text Generation
105
+ dataset:
106
+ name: MMLU-PRO (5-shot)
107
+ type: TIGER-Lab/MMLU-Pro
108
+ config: main
109
+ split: test
110
+ args:
111
+ num_few_shot: 5
112
+ metrics:
113
+ - type: acc
114
+ value: 54.51
115
+ name: accuracy
116
+ source:
117
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Sakalti/ultiima-72B
118
+ name: Open LLM Leaderboard
119
  ---
120
  Built With Qwen
121
  # merge
 
150
  normalize: true
151
  int8_mask: true
152
  dtype: float16
153
+ ```
154
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
155
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/Sakalti__ultiima-72B-details)
156
+
157
+ | Metric |Value|
158
+ |-------------------|----:|
159
+ |Avg. |46.58|
160
+ |IFEval (0-Shot) |71.40|
161
+ |BBH (3-Shot) |61.10|
162
+ |MATH Lvl 5 (4-Shot)|52.42|
163
+ |GPQA (0-shot) |21.92|
164
+ |MuSR (0-shot) |18.12|
165
+ |MMLU-PRO (5-shot) |54.51|
166
+