leaderboard-pr-bot commited on
Commit
fa63334
1 Parent(s): ffc474d

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 +120 -4
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
  - japanese-stablelm
5
  - causal-lm
6
- pipeline_tag: text-generation
7
  datasets:
8
  - wikipedia
9
  - mc4
@@ -11,14 +12,116 @@ datasets:
11
  - oscar-corpus/OSCAR-2301
12
  - oscar-corpus/OSCAR-2201
13
  - cerebras/SlimPajama-627B
14
- language:
15
- - ja
16
  extra_gated_fields:
17
  Name: text
18
  Email: text
19
  Country: text
20
  Organization or Affiliation: text
21
  I allow Stability AI to contact me about information related to its models and research: checkbox
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Japanese Stable LM Base Gamma 7B
@@ -102,4 +205,17 @@ This model is based on Mistral-7B-v0.1 released by the Mistral AI team. We are g
102
 
103
  We are grateful for the contributions of the EleutherAI Polyglot-JA team in helping us to collect a large amount of pre-training data in Japanese. Polyglot-JA members includes Hyunwoong Ko (Project Lead), Fujiki Nakamura (originally started this project when he commited to the Polyglot team), Yunho Mo, Minji Jung, KeunSeok Im, and Su-Kyeong Jang.
104
 
105
- We are also appreciative of [AI Novelist/Sta (Bit192, Inc.)](https://ai-novel.com/index.php) and the numerous contributors from [Stable Community Japan](https://discord.gg/VPrcE475HB) for assisting us in gathering a large amount of high-quality Japanese textual data for model training.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - ja
4
  license: apache-2.0
5
  tags:
6
  - japanese-stablelm
7
  - causal-lm
 
8
  datasets:
9
  - wikipedia
10
  - mc4
 
12
  - oscar-corpus/OSCAR-2301
13
  - oscar-corpus/OSCAR-2201
14
  - cerebras/SlimPajama-627B
15
+ pipeline_tag: text-generation
 
16
  extra_gated_fields:
17
  Name: text
18
  Email: text
19
  Country: text
20
  Organization or Affiliation: text
21
  I allow Stability AI to contact me about information related to its models and research: checkbox
22
+ model-index:
23
+ - name: japanese-stablelm-base-gamma-7b
24
+ results:
25
+ - task:
26
+ type: text-generation
27
+ name: Text Generation
28
+ dataset:
29
+ name: AI2 Reasoning Challenge (25-Shot)
30
+ type: ai2_arc
31
+ config: ARC-Challenge
32
+ split: test
33
+ args:
34
+ num_few_shot: 25
35
+ metrics:
36
+ - type: acc_norm
37
+ value: 50.34
38
+ name: normalized accuracy
39
+ source:
40
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=stabilityai/japanese-stablelm-base-gamma-7b
41
+ name: Open LLM Leaderboard
42
+ - task:
43
+ type: text-generation
44
+ name: Text Generation
45
+ dataset:
46
+ name: HellaSwag (10-Shot)
47
+ type: hellaswag
48
+ split: validation
49
+ args:
50
+ num_few_shot: 10
51
+ metrics:
52
+ - type: acc_norm
53
+ value: 77.47
54
+ name: normalized accuracy
55
+ source:
56
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=stabilityai/japanese-stablelm-base-gamma-7b
57
+ name: Open LLM Leaderboard
58
+ - task:
59
+ type: text-generation
60
+ name: Text Generation
61
+ dataset:
62
+ name: MMLU (5-Shot)
63
+ type: cais/mmlu
64
+ config: all
65
+ split: test
66
+ args:
67
+ num_few_shot: 5
68
+ metrics:
69
+ - type: acc
70
+ value: 54.75
71
+ name: accuracy
72
+ source:
73
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=stabilityai/japanese-stablelm-base-gamma-7b
74
+ name: Open LLM Leaderboard
75
+ - task:
76
+ type: text-generation
77
+ name: Text Generation
78
+ dataset:
79
+ name: TruthfulQA (0-shot)
80
+ type: truthful_qa
81
+ config: multiple_choice
82
+ split: validation
83
+ args:
84
+ num_few_shot: 0
85
+ metrics:
86
+ - type: mc2
87
+ value: 41.2
88
+ source:
89
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=stabilityai/japanese-stablelm-base-gamma-7b
90
+ name: Open LLM Leaderboard
91
+ - task:
92
+ type: text-generation
93
+ name: Text Generation
94
+ dataset:
95
+ name: Winogrande (5-shot)
96
+ type: winogrande
97
+ config: winogrande_xl
98
+ split: validation
99
+ args:
100
+ num_few_shot: 5
101
+ metrics:
102
+ - type: acc
103
+ value: 73.95
104
+ name: accuracy
105
+ source:
106
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=stabilityai/japanese-stablelm-base-gamma-7b
107
+ name: Open LLM Leaderboard
108
+ - task:
109
+ type: text-generation
110
+ name: Text Generation
111
+ dataset:
112
+ name: GSM8k (5-shot)
113
+ type: gsm8k
114
+ config: main
115
+ split: test
116
+ args:
117
+ num_few_shot: 5
118
+ metrics:
119
+ - type: acc
120
+ value: 17.82
121
+ name: accuracy
122
+ source:
123
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=stabilityai/japanese-stablelm-base-gamma-7b
124
+ name: Open LLM Leaderboard
125
  ---
126
 
127
  # Japanese Stable LM Base Gamma 7B
 
205
 
206
  We are grateful for the contributions of the EleutherAI Polyglot-JA team in helping us to collect a large amount of pre-training data in Japanese. Polyglot-JA members includes Hyunwoong Ko (Project Lead), Fujiki Nakamura (originally started this project when he commited to the Polyglot team), Yunho Mo, Minji Jung, KeunSeok Im, and Su-Kyeong Jang.
207
 
208
+ We are also appreciative of [AI Novelist/Sta (Bit192, Inc.)](https://ai-novel.com/index.php) and the numerous contributors from [Stable Community Japan](https://discord.gg/VPrcE475HB) for assisting us in gathering a large amount of high-quality Japanese textual data for model training.
209
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
210
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_stabilityai__japanese-stablelm-base-gamma-7b)
211
+
212
+ | Metric |Value|
213
+ |---------------------------------|----:|
214
+ |Avg. |52.59|
215
+ |AI2 Reasoning Challenge (25-Shot)|50.34|
216
+ |HellaSwag (10-Shot) |77.47|
217
+ |MMLU (5-Shot) |54.75|
218
+ |TruthfulQA (0-shot) |41.20|
219
+ |Winogrande (5-shot) |73.95|
220
+ |GSM8k (5-shot) |17.82|
221
+