luisdiazunivalle
commited on
Commit
•
c38f57f
1
Parent(s):
6d360d6
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 |
# platzi-distilroberta-base-mrpc-glue-luis-diaz
|
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 |
# platzi-distilroberta-base-mrpc-glue-luis-diaz
|
18 |
|
19 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the datasetX dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4353
|
22 |
+
- Accuracy: 0.8578
|
23 |
+
- F1: 0.9003
|
24 |
|
25 |
## Model description
|
26 |
|