sethuiyer commited on
Commit
4ae7957
1 Parent(s): 5ae0766

Eval metrics added

Browse files
Files changed (1) hide show
  1. README.md +109 -1
README.md CHANGED
@@ -24,7 +24,115 @@ datasets:
24
  - teknium/openhermes
25
  - meta-math/MetaMathQA
26
  - Open-Orca/SlimOrca
27
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ---
29
 
30
  <p align="center">
 
24
  - teknium/openhermes
25
  - meta-math/MetaMathQA
26
  - Open-Orca/SlimOrca
27
+ model-index:
28
+ - name: sethuiyer/SynthIQ-7b
29
+ results:
30
+ - task:
31
+ type: text-generation
32
+ name: Text Generation
33
+ dataset:
34
+ name: AI2 Reasoning Challenge (25-Shot)
35
+ type: ai2_arc
36
+ config: ARC-Challenge
37
+ split: test
38
+ args:
39
+ num_few_shot: 25
40
+ metrics:
41
+ - type: acc_norm
42
+ value: 65.87
43
+ name: normalized accuracy
44
+ source:
45
+ url: >-
46
+ https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=sethuiyer/SynthIQ-7b
47
+ name: Open LLM Leaderboard
48
+ - task:
49
+ type: text-generation
50
+ name: Text Generation
51
+ dataset:
52
+ name: HellaSwag (10-Shot)
53
+ type: hellaswag
54
+ split: validation
55
+ args:
56
+ num_few_shot: 10
57
+ metrics:
58
+ - type: acc_norm
59
+ value: 85.82
60
+ name: normalized accuracy
61
+ source:
62
+ url: >-
63
+ https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=sethuiyer/SynthIQ-7b
64
+ name: Open LLM Leaderboard
65
+ - task:
66
+ type: text-generation
67
+ name: Text Generation
68
+ dataset:
69
+ name: MMLU (5-Shot)
70
+ type: cais/mmlu
71
+ config: all
72
+ split: test
73
+ args:
74
+ num_few_shot: 5
75
+ metrics:
76
+ - type: acc
77
+ value: 64.75
78
+ name: accuracy
79
+ source:
80
+ url: >-
81
+ https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=sethuiyer/SynthIQ-7b
82
+ name: Open LLM Leaderboard
83
+ - task:
84
+ type: text-generation
85
+ name: Text Generation
86
+ dataset:
87
+ name: TruthfulQA (0-shot)
88
+ type: truthful_qa
89
+ config: multiple_choice
90
+ split: validation
91
+ args:
92
+ num_few_shot: 0
93
+ metrics:
94
+ - type: mc2
95
+ value: 57
96
+ source:
97
+ url: >-
98
+ https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=sethuiyer/SynthIQ-7b
99
+ name: Open LLM Leaderboard
100
+ - task:
101
+ type: text-generation
102
+ name: Text Generation
103
+ dataset:
104
+ name: Winogrande (5-shot)
105
+ type: winogrande
106
+ config: winogrande_xl
107
+ split: validation
108
+ args:
109
+ num_few_shot: 5
110
+ metrics:
111
+ - type: acc
112
+ value: 78.69
113
+ name: accuracy
114
+ source:
115
+ url: >-
116
+ https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=sethuiyer/SynthIQ-7b
117
+ name: Open LLM Leaderboard
118
+ - task:
119
+ type: text-generation
120
+ name: Text Generation
121
+ dataset:
122
+ name: GSM8k (5-shot)
123
+ type: gsm8k
124
+ config: main
125
+ split: test
126
+ args:
127
+ num_few_shot: 5
128
+ metrics:
129
+ - type: acc
130
+ value: 64.06
131
+ name: accuracy
132
+ source:
133
+ url: >-
134
+ https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=sethuiyer/SynthIQ-7b
135
+ name: Open LLM Leaderboard
136
  ---
137
 
138
  <p align="center">