Nohobby leaderboard-pr-bot commited on
Commit
f352e99
1 Parent(s): 3e00393

Adding Evaluation Results (#1)

Browse files

- Adding Evaluation Results (1e156ef06b2bb83dd98cc5c52ab745fb6bfc2ced)


Co-authored-by: Open LLM Leaderboard PR Bot <[email protected]>

Files changed (1) hide show
  1. README.md +116 -8
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
 
 
 
 
 
 
 
2
  base_model:
3
  - unsloth/Mistral-Small-Instruct-2409
4
  - Gryphe/Pantheon-RP-Pure-1.6.2-22b-Small
@@ -10,13 +17,101 @@ base_model:
10
  - InferenceIllusionist/SorcererLM-22B
11
  - allura-org/MS-Meadowlark-22B
12
  - crestf411/MS-sunfall-v0.7.0
13
- library_name: transformers
14
- tags:
15
- - mergekit
16
- - merge
17
- license: other
18
- language:
19
- - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
  ***
22
  ## Schisandra
@@ -181,4 +276,17 @@ models:
181
  - filter: down_proj
182
  value: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
183
  - value: 1
184
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: other
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
  base_model:
10
  - unsloth/Mistral-Small-Instruct-2409
11
  - Gryphe/Pantheon-RP-Pure-1.6.2-22b-Small
 
17
  - InferenceIllusionist/SorcererLM-22B
18
  - allura-org/MS-Meadowlark-22B
19
  - crestf411/MS-sunfall-v0.7.0
20
+ model-index:
21
+ - name: MS-Schisandra-22B-v0.2
22
+ results:
23
+ - task:
24
+ type: text-generation
25
+ name: Text Generation
26
+ dataset:
27
+ name: IFEval (0-Shot)
28
+ type: HuggingFaceH4/ifeval
29
+ args:
30
+ num_few_shot: 0
31
+ metrics:
32
+ - type: inst_level_strict_acc and prompt_level_strict_acc
33
+ value: 63.83
34
+ name: strict accuracy
35
+ source:
36
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Nohobby/MS-Schisandra-22B-v0.2
37
+ name: Open LLM Leaderboard
38
+ - task:
39
+ type: text-generation
40
+ name: Text Generation
41
+ dataset:
42
+ name: BBH (3-Shot)
43
+ type: BBH
44
+ args:
45
+ num_few_shot: 3
46
+ metrics:
47
+ - type: acc_norm
48
+ value: 40.61
49
+ name: normalized accuracy
50
+ source:
51
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Nohobby/MS-Schisandra-22B-v0.2
52
+ name: Open LLM Leaderboard
53
+ - task:
54
+ type: text-generation
55
+ name: Text Generation
56
+ dataset:
57
+ name: MATH Lvl 5 (4-Shot)
58
+ type: hendrycks/competition_math
59
+ args:
60
+ num_few_shot: 4
61
+ metrics:
62
+ - type: exact_match
63
+ value: 19.94
64
+ name: exact match
65
+ source:
66
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Nohobby/MS-Schisandra-22B-v0.2
67
+ name: Open LLM Leaderboard
68
+ - task:
69
+ type: text-generation
70
+ name: Text Generation
71
+ dataset:
72
+ name: GPQA (0-shot)
73
+ type: Idavidrein/gpqa
74
+ args:
75
+ num_few_shot: 0
76
+ metrics:
77
+ - type: acc_norm
78
+ value: 11.41
79
+ name: acc_norm
80
+ source:
81
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Nohobby/MS-Schisandra-22B-v0.2
82
+ name: Open LLM Leaderboard
83
+ - task:
84
+ type: text-generation
85
+ name: Text Generation
86
+ dataset:
87
+ name: MuSR (0-shot)
88
+ type: TAUR-Lab/MuSR
89
+ args:
90
+ num_few_shot: 0
91
+ metrics:
92
+ - type: acc_norm
93
+ value: 10.67
94
+ name: acc_norm
95
+ source:
96
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Nohobby/MS-Schisandra-22B-v0.2
97
+ name: Open LLM Leaderboard
98
+ - task:
99
+ type: text-generation
100
+ name: Text Generation
101
+ dataset:
102
+ name: MMLU-PRO (5-shot)
103
+ type: TIGER-Lab/MMLU-Pro
104
+ config: main
105
+ split: test
106
+ args:
107
+ num_few_shot: 5
108
+ metrics:
109
+ - type: acc
110
+ value: 34.85
111
+ name: accuracy
112
+ source:
113
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Nohobby/MS-Schisandra-22B-v0.2
114
+ name: Open LLM Leaderboard
115
  ---
116
  ***
117
  ## Schisandra
 
276
  - filter: down_proj
277
  value: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
278
  - value: 1
279
+ ```
280
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
281
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Nohobby__MS-Schisandra-22B-v0.2)
282
+
283
+ | Metric |Value|
284
+ |-------------------|----:|
285
+ |Avg. |30.22|
286
+ |IFEval (0-Shot) |63.83|
287
+ |BBH (3-Shot) |40.61|
288
+ |MATH Lvl 5 (4-Shot)|19.94|
289
+ |GPQA (0-shot) |11.41|
290
+ |MuSR (0-shot) |10.67|
291
+ |MMLU-PRO (5-shot) |34.85|
292
+