Alireza1044
commited on
Commit
•
6ff2be2
1
Parent(s):
4fdd3ec
update model card README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,27 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- glue
|
|
|
|
|
7 |
model-index:
|
8 |
- name: cola
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,7 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# cola
|
16 |
|
17 |
-
This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- glue
|
9 |
+
metrics:
|
10 |
+
- matthews_correlation
|
11 |
model-index:
|
12 |
- name: cola
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Text Classification
|
16 |
+
type: text-classification
|
17 |
+
dataset:
|
18 |
+
name: GLUE COLA
|
19 |
+
type: glue
|
20 |
+
args: cola
|
21 |
+
metrics:
|
22 |
+
- name: Matthews Correlation
|
23 |
+
type: matthews_correlation
|
24 |
+
value: 0.5277813760438573
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# cola
|
31 |
|
32 |
+
This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the GLUE COLA dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.6337
|
35 |
+
- Matthews Correlation: 0.5278
|
36 |
|
37 |
## Model description
|
38 |
|