icefog72 commited on
Commit
818606b
1 Parent(s): 0e913e2

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 +125 -9
README.md CHANGED
@@ -1,11 +1,5 @@
1
  ---
2
- base_model:
3
- - icefog72/Kunokukulemonchini-32k-7b
4
- - icefog72/Mixtral_AI_Cyber_3.m1-BigL
5
- - grimjim/kukulemon-32K-7B
6
- - LeroyDyer/Mixtral_AI_Cyber_3.m1
7
- - Nitral-AI/Kunocchini-7b-128k-test
8
- - Undi95/BigL-7B
9
  library_name: transformers
10
  tags:
11
  - mergekit
@@ -14,8 +8,116 @@ tags:
14
  - mistral
15
  - not-for-all-audiences
16
  - nsfw
17
- license: cc-by-nc-4.0
18
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
20
  # IceLemonTeaRP-32k-7b
21
 
@@ -77,3 +179,17 @@ parameters:
77
  - value: 0.5
78
  dtype: float16
79
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
 
 
 
 
 
 
3
  library_name: transformers
4
  tags:
5
  - mergekit
 
8
  - mistral
9
  - not-for-all-audiences
10
  - nsfw
11
+ base_model:
12
+ - icefog72/Kunokukulemonchini-32k-7b
13
+ - icefog72/Mixtral_AI_Cyber_3.m1-BigL
14
+ - grimjim/kukulemon-32K-7B
15
+ - LeroyDyer/Mixtral_AI_Cyber_3.m1
16
+ - Nitral-AI/Kunocchini-7b-128k-test
17
+ - Undi95/BigL-7B
18
+ model-index:
19
+ - name: IceLemonTeaRP-32k-7b
20
+ results:
21
+ - task:
22
+ type: text-generation
23
+ name: Text Generation
24
+ dataset:
25
+ name: AI2 Reasoning Challenge (25-Shot)
26
+ type: ai2_arc
27
+ config: ARC-Challenge
28
+ split: test
29
+ args:
30
+ num_few_shot: 25
31
+ metrics:
32
+ - type: acc_norm
33
+ value: 67.66
34
+ name: normalized accuracy
35
+ source:
36
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b
37
+ name: Open LLM Leaderboard
38
+ - task:
39
+ type: text-generation
40
+ name: Text Generation
41
+ dataset:
42
+ name: HellaSwag (10-Shot)
43
+ type: hellaswag
44
+ split: validation
45
+ args:
46
+ num_few_shot: 10
47
+ metrics:
48
+ - type: acc_norm
49
+ value: 86.53
50
+ name: normalized accuracy
51
+ source:
52
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b
53
+ name: Open LLM Leaderboard
54
+ - task:
55
+ type: text-generation
56
+ name: Text Generation
57
+ dataset:
58
+ name: MMLU (5-Shot)
59
+ type: cais/mmlu
60
+ config: all
61
+ split: test
62
+ args:
63
+ num_few_shot: 5
64
+ metrics:
65
+ - type: acc
66
+ value: 64.51
67
+ name: accuracy
68
+ source:
69
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b
70
+ name: Open LLM Leaderboard
71
+ - task:
72
+ type: text-generation
73
+ name: Text Generation
74
+ dataset:
75
+ name: TruthfulQA (0-shot)
76
+ type: truthful_qa
77
+ config: multiple_choice
78
+ split: validation
79
+ args:
80
+ num_few_shot: 0
81
+ metrics:
82
+ - type: mc2
83
+ value: 61.76
84
+ source:
85
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b
86
+ name: Open LLM Leaderboard
87
+ - task:
88
+ type: text-generation
89
+ name: Text Generation
90
+ dataset:
91
+ name: Winogrande (5-shot)
92
+ type: winogrande
93
+ config: winogrande_xl
94
+ split: validation
95
+ args:
96
+ num_few_shot: 5
97
+ metrics:
98
+ - type: acc
99
+ value: 79.72
100
+ name: accuracy
101
+ source:
102
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b
103
+ name: Open LLM Leaderboard
104
+ - task:
105
+ type: text-generation
106
+ name: Text Generation
107
+ dataset:
108
+ name: GSM8k (5-shot)
109
+ type: gsm8k
110
+ config: main
111
+ split: test
112
+ args:
113
+ num_few_shot: 5
114
+ metrics:
115
+ - type: acc
116
+ value: 62.4
117
+ name: accuracy
118
+ source:
119
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b
120
+ name: Open LLM Leaderboard
121
  ---
122
  # IceLemonTeaRP-32k-7b
123
 
 
179
  - value: 0.5
180
  dtype: float16
181
  ```
182
+
183
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
184
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_icefog72__IceLemonTeaRP-32k-7b)
185
+
186
+ | Metric |Value|
187
+ |---------------------------------|----:|
188
+ |Avg. |70.43|
189
+ |AI2 Reasoning Challenge (25-Shot)|67.66|
190
+ |HellaSwag (10-Shot) |86.53|
191
+ |MMLU (5-Shot) |64.51|
192
+ |TruthfulQA (0-shot) |61.76|
193
+ |Winogrande (5-shot) |79.72|
194
+ |GSM8k (5-shot) |62.40|
195
+