Commit
·
329ae37
1
Parent(s):
ea36fdc
update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
@@ -15,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# modelo-distilroberta-base-mrpc-glue-hugo-martinez
|
17 |
|
18 |
-
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- text-classification
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
16 |
|
17 |
# modelo-distilroberta-base-mrpc-glue-hugo-martinez
|
18 |
|
19 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the glue and the mrpc datasets.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6081
|
22 |
+
- Accuracy: 0.8162
|
23 |
+
- F1: 0.8700
|
24 |
|
25 |
## Model description
|
26 |
|