Jeremiah Zhou
commited on
Commit
•
e51d2cf
1
Parent(s):
5bf4738
update model card README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,25 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
- en
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- glue
|
|
|
|
|
8 |
model-index:
|
9 |
- name: roberta-base-sst2
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,7 +27,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# roberta-base-sst2
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -43,6 +58,16 @@ The following hyperparameters were used during training:
|
|
43 |
- lr_scheduler_warmup_ratio: 0.06
|
44 |
- num_epochs: 10.0
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
### Framework versions
|
47 |
|
48 |
- Transformers 4.20.0.dev0
|
|
|
1 |
---
|
2 |
+
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- glue
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
model-index:
|
10 |
- name: roberta-base-sst2
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Text Classification
|
14 |
+
type: text-classification
|
15 |
+
dataset:
|
16 |
+
name: glue
|
17 |
+
type: glue
|
18 |
+
args: sst2
|
19 |
+
metrics:
|
20 |
+
- name: Accuracy
|
21 |
+
type: accuracy
|
22 |
+
value: 0.9288990825688074
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
27 |
|
28 |
# roberta-base-sst2
|
29 |
|
30 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glue dataset.
|
31 |
+
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.3162
|
33 |
+
- Accuracy: 0.9289
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
58 |
- lr_scheduler_warmup_ratio: 0.06
|
59 |
- num_epochs: 10.0
|
60 |
|
61 |
+
### Training results
|
62 |
+
|
63 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
64 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
65 |
+
| 0.2287 | 1.0 | 4210 | 0.2314 | 0.9358 |
|
66 |
+
| 0.1959 | 2.0 | 8420 | 0.3027 | 0.9266 |
|
67 |
+
| 0.1635 | 3.0 | 12630 | 0.3022 | 0.9300 |
|
68 |
+
| 0.1148 | 4.0 | 16840 | 0.3162 | 0.9289 |
|
69 |
+
|
70 |
+
|
71 |
### Framework versions
|
72 |
|
73 |
- Transformers 4.20.0.dev0
|