Update README.md
Browse files
README.md
CHANGED
|
@@ -6,62 +6,63 @@ language:
|
|
| 6 |
- en
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
library_name: transformers
|
| 9 |
-
|
| 10 |
model-index:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
-
|
|
|
|
|
|
|
|
|
| 6 |
- en
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
library_name: transformers
|
|
|
|
| 9 |
model-index:
|
| 10 |
+
- name: nemma-100m
|
| 11 |
+
results:
|
| 12 |
+
- task:
|
| 13 |
+
type: text-generation
|
| 14 |
+
dataset:
|
| 15 |
+
name: arc_easy
|
| 16 |
+
type: arc_easy
|
| 17 |
+
metrics:
|
| 18 |
+
- name: arc_easy
|
| 19 |
+
type: arc_easy
|
| 20 |
+
value: 0.4945
|
| 21 |
+
- task:
|
| 22 |
+
type: text-generation
|
| 23 |
+
dataset:
|
| 24 |
+
name: arc_challenge
|
| 25 |
+
type: arc_challenge
|
| 26 |
+
metrics:
|
| 27 |
+
- name: arc_challenge
|
| 28 |
+
type: arc_challenge
|
| 29 |
+
value: 0.2039
|
| 30 |
+
- task:
|
| 31 |
+
type: text-generation
|
| 32 |
+
dataset:
|
| 33 |
+
name: boolq
|
| 34 |
+
type: boolq
|
| 35 |
+
metrics:
|
| 36 |
+
- name: boolq
|
| 37 |
+
type: boolq
|
| 38 |
+
value: 0.5988
|
| 39 |
+
- task:
|
| 40 |
+
type: text-generation
|
| 41 |
+
dataset:
|
| 42 |
+
name: hellaswag
|
| 43 |
+
type: hellaswag
|
| 44 |
+
metrics:
|
| 45 |
+
- name: hellaswag
|
| 46 |
+
type: hellaswag
|
| 47 |
+
value: 0.276
|
| 48 |
+
- task:
|
| 49 |
+
type: text-generation
|
| 50 |
+
dataset:
|
| 51 |
+
name: glue
|
| 52 |
+
type: glue
|
| 53 |
+
metrics:
|
| 54 |
+
- name: glue
|
| 55 |
+
type: glue
|
| 56 |
+
value: 0.42573
|
| 57 |
+
- task:
|
| 58 |
+
type: text-generation
|
| 59 |
+
dataset:
|
| 60 |
+
name: piqa
|
| 61 |
+
type: piqa
|
| 62 |
+
metrics:
|
| 63 |
+
- name: piqa
|
| 64 |
+
type: piqa
|
| 65 |
+
value: 0.6126
|
| 66 |
+
new_version: neody/npt-100m
|
| 67 |
+
---
|
| 68 |
+
WIP
|