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