Commit
·
d0fb970
1
Parent(s):
00f3cf5
update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- glue
|
@@ -22,10 +25,10 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
-
value: 0.
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,11 +36,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
# distilroberta-base-mrpc-glue
|
35 |
|
36 |
-
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the glue
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
-
- Accuracy: 0.
|
40 |
-
- F1: 0.
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- text-classification
|
5 |
+
- glue
|
6 |
+
- mrpc
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- glue
|
|
|
25 |
metrics:
|
26 |
- name: Accuracy
|
27 |
type: accuracy
|
28 |
+
value: 0.8602941176470589
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.8994708994708994
|
32 |
---
|
33 |
|
34 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
36 |
|
37 |
# distilroberta-base-mrpc-glue
|
38 |
|
39 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the glue and the mrpc datasets.
|
40 |
It achieves the following results on the evaluation set:
|
41 |
+
- Loss: 0.5448
|
42 |
+
- Accuracy: 0.8603
|
43 |
+
- F1: 0.8995
|
44 |
|
45 |
## Model description
|
46 |
|