update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
@@ -14,13 +12,15 @@ model-index:
|
|
14 |
name: Text Classification
|
15 |
type: text-classification
|
16 |
dataset:
|
17 |
-
name:
|
18 |
type: glue
|
|
|
|
|
19 |
args: qnli
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
-
value: 0.
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -28,10 +28,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
28 |
|
29 |
# mobilebert_sa_GLUE_Experiment_qnli
|
30 |
|
31 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on the
|
32 |
It achieves the following results on the evaluation set:
|
33 |
-
- Loss: 0.
|
34 |
-
- Accuracy: 0.
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
|
|
12 |
name: Text Classification
|
13 |
type: text-classification
|
14 |
dataset:
|
15 |
+
name: glue
|
16 |
type: glue
|
17 |
+
config: qnli
|
18 |
+
split: train
|
19 |
args: qnli
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
+
value: 0.5844773933736043
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
28 |
|
29 |
# mobilebert_sa_GLUE_Experiment_qnli
|
30 |
|
31 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on the glue dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 0.7068
|
34 |
+
- Accuracy: 0.5845
|
35 |
|
36 |
## Model description
|
37 |
|