JuandaBula
commited on
Commit
•
b6630b5
1
Parent(s):
aa53b32
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 |
datasets:
|
6 |
- glue
|
@@ -14,7 +15,7 @@ model-index:
|
|
14 |
name: Text Classification
|
15 |
type: text-classification
|
16 |
dataset:
|
17 |
-
name:
|
18 |
type: glue
|
19 |
config: mrpc
|
20 |
split: train
|
@@ -33,7 +34,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
# distilroberta-base-mrpc-glue-juanda-bula
|
35 |
|
36 |
-
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the
|
37 |
It achieves the following results on the evaluation set:
|
38 |
- Loss: 0.5684
|
39 |
- Accuracy: 0.8333
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- text-classification
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- glue
|
|
|
15 |
name: Text Classification
|
16 |
type: text-classification
|
17 |
dataset:
|
18 |
+
name: datasetX
|
19 |
type: glue
|
20 |
config: mrpc
|
21 |
split: train
|
|
|
34 |
|
35 |
# distilroberta-base-mrpc-glue-juanda-bula
|
36 |
|
37 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the datasetX dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
- Loss: 0.5684
|
40 |
- Accuracy: 0.8333
|