Files changed (1) hide show
  1. README.md +121 -1
README.md CHANGED
@@ -21,6 +21,126 @@ language:
21
  - en
22
  pipeline_tag: text-generation
23
  library_name: transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  ![Atem Logo](https://huggingface.co/EphAsad/Atem-8B/resolve/main/Logo.png)
@@ -384,4 +504,4 @@ Released under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-
384
 
385
  ---
386
 
387
- Built independently by Zain Asad — [EphAsad](https://huggingface.co/EphAsad)
 
21
  - en
22
  pipeline_tag: text-generation
23
  library_name: transformers
24
+ model-index:
25
+ - name: Atem-8B
26
+ results:
27
+ - task:
28
+ type: text-generation
29
+ name: Text Generation
30
+ dataset:
31
+ name: ARC (Challenge)
32
+ type: ai2_arc
33
+ config: ARC-Challenge
34
+ split: test
35
+ args:
36
+ num_few_shot: 0
37
+ metrics:
38
+ - type: acc_norm
39
+ value: 56.9
40
+ name: acc_norm
41
+ verified: false
42
+ - task:
43
+ type: text-generation
44
+ name: Text Generation
45
+ dataset:
46
+ name: GSM8K
47
+ type: openai/gsm8k
48
+ config: main
49
+ split: test
50
+ args:
51
+ num_few_shot: 5
52
+ metrics:
53
+ - type: exact_match
54
+ value: 83.3
55
+ name: exact_match (strict-match)
56
+ verified: false
57
+ - task:
58
+ type: text-generation
59
+ name: Text Generation
60
+ dataset:
61
+ name: HellaSwag
62
+ type: Rowan/hellaswag
63
+ split: validation
64
+ args:
65
+ num_few_shot: 0
66
+ metrics:
67
+ - type: acc_norm
68
+ value: 76.2
69
+ name: acc_norm
70
+ verified: false
71
+ - task:
72
+ type: text-generation
73
+ name: Text Generation
74
+ dataset:
75
+ name: MMLU
76
+ type: cais/mmlu
77
+ config: all
78
+ split: test
79
+ args:
80
+ num_few_shot: 0
81
+ metrics:
82
+ - type: acc
83
+ value: 72.9
84
+ name: acc
85
+ verified: false
86
+ - task:
87
+ type: text-generation
88
+ name: Text Generation
89
+ dataset:
90
+ name: Winogrande
91
+ type: allenai/winogrande
92
+ config: winogrande_xl
93
+ split: validation
94
+ args:
95
+ num_few_shot: 0
96
+ metrics:
97
+ - type: acc
98
+ value: 71.8
99
+ name: acc
100
+ verified: false
101
+ - task:
102
+ type: text-generation
103
+ name: Text Generation
104
+ dataset:
105
+ name: PIQA
106
+ type: ybisk/piqa
107
+ split: validation
108
+ args:
109
+ num_few_shot: 0
110
+ metrics:
111
+ - type: acc
112
+ value: 78.1
113
+ name: acc
114
+ verified: false
115
+ - task:
116
+ type: text-generation
117
+ name: Text Generation
118
+ dataset:
119
+ name: OpenBookQA
120
+ type: allenai/openbookqa
121
+ config: main
122
+ split: test
123
+ args:
124
+ num_few_shot: 0
125
+ metrics:
126
+ - type: acc_norm
127
+ value: 43.2
128
+ name: acc_norm
129
+ verified: false
130
+ - task:
131
+ type: text-generation
132
+ name: Text Generation
133
+ dataset:
134
+ name: BoolQ
135
+ type: google/boolq
136
+ split: validation
137
+ args:
138
+ num_few_shot: 0
139
+ metrics:
140
+ - type: acc
141
+ value: 84.3
142
+ name: acc
143
+ verified: false
144
  ---
145
 
146
  ![Atem Logo](https://huggingface.co/EphAsad/Atem-8B/resolve/main/Logo.png)
 
504
 
505
  ---
506
 
507
+ Built independently by Zain Asad — [EphAsad](https://huggingface.co/EphAsad)