Adding Evaluation Results

#1
Files changed (1) hide show
  1. README.md +116 -8
README.md CHANGED
@@ -1,16 +1,111 @@
1
  ---
2
- base_model:
3
- - GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct
4
- - aisingapore/gemma2-9b-cpt-sea-lionv3-instruct
5
- tags:
6
- - merge
7
- - mergekit
8
- license: gemma
9
  language:
10
  - en
11
  - id
12
  - jv
13
  - su
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # SahabatAI-Lion-9B-TIES-v1
@@ -69,4 +164,17 @@ pipeline = transformers.pipeline(
69
 
70
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
71
  print(outputs[0]["generated_text"])
72
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
 
 
 
2
  language:
3
  - en
4
  - id
5
  - jv
6
  - su
7
+ license: gemma
8
+ tags:
9
+ - merge
10
+ - mergekit
11
+ base_model:
12
+ - GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct
13
+ - aisingapore/gemma2-9b-cpt-sea-lionv3-instruct
14
+ model-index:
15
+ - name: gemma2-9b-sahabatai-v1-instruct-BaseTIES
16
+ results:
17
+ - task:
18
+ type: text-generation
19
+ name: Text Generation
20
+ dataset:
21
+ name: IFEval (0-Shot)
22
+ type: HuggingFaceH4/ifeval
23
+ args:
24
+ num_few_shot: 0
25
+ metrics:
26
+ - type: inst_level_strict_acc and prompt_level_strict_acc
27
+ value: 73.78
28
+ name: strict accuracy
29
+ source:
30
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=gmonsoon/gemma2-9b-sahabatai-v1-instruct-BaseTIES
31
+ name: Open LLM Leaderboard
32
+ - task:
33
+ type: text-generation
34
+ name: Text Generation
35
+ dataset:
36
+ name: BBH (3-Shot)
37
+ type: BBH
38
+ args:
39
+ num_few_shot: 3
40
+ metrics:
41
+ - type: acc_norm
42
+ value: 43.4
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=gmonsoon/gemma2-9b-sahabatai-v1-instruct-BaseTIES
46
+ name: Open LLM Leaderboard
47
+ - task:
48
+ type: text-generation
49
+ name: Text Generation
50
+ dataset:
51
+ name: MATH Lvl 5 (4-Shot)
52
+ type: hendrycks/competition_math
53
+ args:
54
+ num_few_shot: 4
55
+ metrics:
56
+ - type: exact_match
57
+ value: 19.34
58
+ name: exact match
59
+ source:
60
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=gmonsoon/gemma2-9b-sahabatai-v1-instruct-BaseTIES
61
+ name: Open LLM Leaderboard
62
+ - task:
63
+ type: text-generation
64
+ name: Text Generation
65
+ dataset:
66
+ name: GPQA (0-shot)
67
+ type: Idavidrein/gpqa
68
+ args:
69
+ num_few_shot: 0
70
+ metrics:
71
+ - type: acc_norm
72
+ value: 9.4
73
+ name: acc_norm
74
+ source:
75
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=gmonsoon/gemma2-9b-sahabatai-v1-instruct-BaseTIES
76
+ name: Open LLM Leaderboard
77
+ - task:
78
+ type: text-generation
79
+ name: Text Generation
80
+ dataset:
81
+ name: MuSR (0-shot)
82
+ type: TAUR-Lab/MuSR
83
+ args:
84
+ num_few_shot: 0
85
+ metrics:
86
+ - type: acc_norm
87
+ value: 19.13
88
+ name: acc_norm
89
+ source:
90
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=gmonsoon/gemma2-9b-sahabatai-v1-instruct-BaseTIES
91
+ name: Open LLM Leaderboard
92
+ - task:
93
+ type: text-generation
94
+ name: Text Generation
95
+ dataset:
96
+ name: MMLU-PRO (5-shot)
97
+ type: TIGER-Lab/MMLU-Pro
98
+ config: main
99
+ split: test
100
+ args:
101
+ num_few_shot: 5
102
+ metrics:
103
+ - type: acc
104
+ value: 37.19
105
+ name: accuracy
106
+ source:
107
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=gmonsoon/gemma2-9b-sahabatai-v1-instruct-BaseTIES
108
+ name: Open LLM Leaderboard
109
  ---
110
 
111
  # SahabatAI-Lion-9B-TIES-v1
 
164
 
165
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
166
  print(outputs[0]["generated_text"])
167
+ ```
168
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
169
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_gmonsoon__gemma2-9b-sahabatai-v1-instruct-BaseTIES)
170
+
171
+ | Metric |Value|
172
+ |-------------------|----:|
173
+ |Avg. |33.70|
174
+ |IFEval (0-Shot) |73.78|
175
+ |BBH (3-Shot) |43.40|
176
+ |MATH Lvl 5 (4-Shot)|19.34|
177
+ |GPQA (0-shot) | 9.40|
178
+ |MuSR (0-shot) |19.13|
179
+ |MMLU-PRO (5-shot) |37.19|
180
+