Text Generation
Transformers
Safetensors
7 languages
stablelm
causal-lm
Inference Endpoints
12 papers
leaderboard-pr-bot commited on
Commit
0623e73
1 Parent(s): db5a120

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 -8
README.md CHANGED
@@ -1,12 +1,4 @@
1
  ---
2
- license: other
3
- datasets:
4
- - tiiuae/falcon-refinedweb
5
- - togethercomputer/RedPajama-Data-1T
6
- - uonlp/CulturaX
7
- - CarperAI/pilev2-dev
8
- - bigcode/starcoderdata
9
- - DataProvenanceInitiative/Commercially-Verified-Licenses
10
  language:
11
  - en
12
  - de
@@ -15,8 +7,119 @@ language:
15
  - it
16
  - nl
17
  - pt
 
18
  tags:
19
  - causal-lm
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
  # `Stable LM 2 1.6B`
22
 
@@ -135,3 +238,17 @@ As a base model, this model may exhibit unreliable, unsafe, or other undesirable
135
  author={Stability AI Language Team}
136
  }
137
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
 
 
 
 
2
  language:
3
  - en
4
  - de
 
7
  - it
8
  - nl
9
  - pt
10
+ license: other
11
  tags:
12
  - causal-lm
13
+ datasets:
14
+ - tiiuae/falcon-refinedweb
15
+ - togethercomputer/RedPajama-Data-1T
16
+ - uonlp/CulturaX
17
+ - CarperAI/pilev2-dev
18
+ - bigcode/starcoderdata
19
+ - DataProvenanceInitiative/Commercially-Verified-Licenses
20
+ model-index:
21
+ - name: stablelm-2-1_6b
22
+ results:
23
+ - task:
24
+ type: text-generation
25
+ name: Text Generation
26
+ dataset:
27
+ name: AI2 Reasoning Challenge (25-Shot)
28
+ type: ai2_arc
29
+ config: ARC-Challenge
30
+ split: test
31
+ args:
32
+ num_few_shot: 25
33
+ metrics:
34
+ - type: acc_norm
35
+ value: 43.34
36
+ name: normalized accuracy
37
+ source:
38
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=stabilityai/stablelm-2-1_6b
39
+ name: Open LLM Leaderboard
40
+ - task:
41
+ type: text-generation
42
+ name: Text Generation
43
+ dataset:
44
+ name: HellaSwag (10-Shot)
45
+ type: hellaswag
46
+ split: validation
47
+ args:
48
+ num_few_shot: 10
49
+ metrics:
50
+ - type: acc_norm
51
+ value: 70.45
52
+ name: normalized accuracy
53
+ source:
54
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=stabilityai/stablelm-2-1_6b
55
+ name: Open LLM Leaderboard
56
+ - task:
57
+ type: text-generation
58
+ name: Text Generation
59
+ dataset:
60
+ name: MMLU (5-Shot)
61
+ type: cais/mmlu
62
+ config: all
63
+ split: test
64
+ args:
65
+ num_few_shot: 5
66
+ metrics:
67
+ - type: acc
68
+ value: 38.95
69
+ name: accuracy
70
+ source:
71
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=stabilityai/stablelm-2-1_6b
72
+ name: Open LLM Leaderboard
73
+ - task:
74
+ type: text-generation
75
+ name: Text Generation
76
+ dataset:
77
+ name: TruthfulQA (0-shot)
78
+ type: truthful_qa
79
+ config: multiple_choice
80
+ split: validation
81
+ args:
82
+ num_few_shot: 0
83
+ metrics:
84
+ - type: mc2
85
+ value: 36.78
86
+ source:
87
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=stabilityai/stablelm-2-1_6b
88
+ name: Open LLM Leaderboard
89
+ - task:
90
+ type: text-generation
91
+ name: Text Generation
92
+ dataset:
93
+ name: Winogrande (5-shot)
94
+ type: winogrande
95
+ config: winogrande_xl
96
+ split: validation
97
+ args:
98
+ num_few_shot: 5
99
+ metrics:
100
+ - type: acc
101
+ value: 64.56
102
+ name: accuracy
103
+ source:
104
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=stabilityai/stablelm-2-1_6b
105
+ name: Open LLM Leaderboard
106
+ - task:
107
+ type: text-generation
108
+ name: Text Generation
109
+ dataset:
110
+ name: GSM8k (5-shot)
111
+ type: gsm8k
112
+ config: main
113
+ split: test
114
+ args:
115
+ num_few_shot: 5
116
+ metrics:
117
+ - type: acc
118
+ value: 17.44
119
+ name: accuracy
120
+ source:
121
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=stabilityai/stablelm-2-1_6b
122
+ name: Open LLM Leaderboard
123
  ---
124
  # `Stable LM 2 1.6B`
125
 
 
238
  author={Stability AI Language Team}
239
  }
240
  ```
241
+
242
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
243
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_stabilityai__stablelm-2-1_6b)
244
+
245
+ | Metric |Value|
246
+ |---------------------------------|----:|
247
+ |Avg. |45.25|
248
+ |AI2 Reasoning Challenge (25-Shot)|43.34|
249
+ |HellaSwag (10-Shot) |70.45|
250
+ |MMLU (5-Shot) |38.95|
251
+ |TruthfulQA (0-shot) |36.78|
252
+ |Winogrande (5-shot) |64.56|
253
+ |GSM8k (5-shot) |17.44|
254
+