update model card README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
@@ -13,7 +15,7 @@ model-index:
|
|
13 |
name: Text Classification
|
14 |
type: text-classification
|
15 |
dataset:
|
16 |
-
name:
|
17 |
type: glue
|
18 |
config: mrpc
|
19 |
split: validation
|
@@ -32,7 +34,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
# baseline-ft-mrpc-IRoberta-b-unquantized
|
34 |
|
35 |
-
This model is a fine-tuned version of [kssteven/ibert-roberta-base](https://huggingface.co/kssteven/ibert-roberta-base) on the
|
36 |
It achieves the following results on the evaluation set:
|
37 |
- Loss: 0.5354
|
38 |
- Accuracy: 0.8995
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
|
|
15 |
name: Text Classification
|
16 |
type: text-classification
|
17 |
dataset:
|
18 |
+
name: GLUE MRPC
|
19 |
type: glue
|
20 |
config: mrpc
|
21 |
split: validation
|
|
|
34 |
|
35 |
# baseline-ft-mrpc-IRoberta-b-unquantized
|
36 |
|
37 |
+
This model is a fine-tuned version of [kssteven/ibert-roberta-base](https://huggingface.co/kssteven/ibert-roberta-base) on the GLUE MRPC dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
- Loss: 0.5354
|
40 |
- Accuracy: 0.8995
|