Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,35 @@ language:
|
|
6 |
- en
|
7 |
pipeline_tag: text-generation
|
8 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
|
|
6 |
- en
|
7 |
pipeline_tag: text-generation
|
8 |
library_name: transformers
|
9 |
+
|
10 |
+
model-index:
|
11 |
+
- name: nemma-100m
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
type: text-generation
|
15 |
+
dataset:
|
16 |
+
name: arc_easy
|
17 |
+
type: arc_easy
|
18 |
+
metrics:
|
19 |
+
- name: arc_easy
|
20 |
+
type: arc_easy
|
21 |
+
value: 0.4945
|
22 |
+
- task:
|
23 |
+
type: text-generation
|
24 |
+
dataset:
|
25 |
+
name: boolq
|
26 |
+
type: boolq
|
27 |
+
metrics:
|
28 |
+
- name: boolq
|
29 |
+
type: boolq
|
30 |
+
value: 0.5988
|
31 |
+
- task:
|
32 |
+
type: text-generation
|
33 |
+
dataset:
|
34 |
+
name: hellaswag
|
35 |
+
type: hellaswag
|
36 |
+
metrics:
|
37 |
+
- name: hellaswag
|
38 |
+
type: hellaswag
|
39 |
+
value: 0.2760
|
40 |
---
|