Alireza1044
commited on
Commit
•
bf78783
1
Parent(s):
9d2338f
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: sst2
|
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 |
# sst2
|
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 |
+
- accuracy
|
11 |
model-index:
|
12 |
- name: sst2
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Text Classification
|
16 |
+
type: text-classification
|
17 |
+
dataset:
|
18 |
+
name: GLUE SST2
|
19 |
+
type: glue
|
20 |
+
args: sst2
|
21 |
+
metrics:
|
22 |
+
- name: Accuracy
|
23 |
+
type: accuracy
|
24 |
+
value: 0.9036697247706422
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# sst2
|
31 |
|
32 |
+
This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the GLUE SST2 dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 1.1730
|
35 |
+
- Accuracy: 0.9037
|
36 |
|
37 |
## Model description
|
38 |
|