update model card README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,11 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- glue
|
8 |
-
metrics:
|
9 |
-
- accuracy
|
10 |
model-index:
|
11 |
- name: gpt2xl
|
12 |
-
results:
|
13 |
-
- task:
|
14 |
-
name: Text Classification
|
15 |
-
type: text-classification
|
16 |
-
dataset:
|
17 |
-
name: GLUE RTE
|
18 |
-
type: glue
|
19 |
-
config: rte
|
20 |
-
split: validation
|
21 |
-
args: rte
|
22 |
-
metrics:
|
23 |
-
- name: Accuracy
|
24 |
-
type: accuracy
|
25 |
-
value: 0.7148014440433214
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,10 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# gpt2xl
|
32 |
|
33 |
-
This model
|
34 |
-
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.5425
|
36 |
-
- Accuracy: 0.7148
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
5 |
- glue
|
|
|
|
|
6 |
model-index:
|
7 |
- name: gpt2xl
|
8 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
13 |
|
14 |
# gpt2xl
|
15 |
|
16 |
+
This model was trained from scratch on the glue dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|