update model card README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glue dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Matthews Correlation: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,8 +44,8 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- distributed_type: IPU
|
46 |
- gradient_accumulation_steps: 16
|
47 |
-
- total_train_batch_size:
|
48 |
-
- total_eval_batch_size:
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
- num_epochs: 5
|
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
-
- Transformers 4.20.
|
68 |
- Pytorch 1.10.0+cpu
|
69 |
- Datasets 2.7.0
|
70 |
- Tokenizers 0.12.1
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glue dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5386
|
22 |
+
- Matthews Correlation: 0.5993
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- distributed_type: IPU
|
46 |
- gradient_accumulation_steps: 16
|
47 |
+
- total_train_batch_size: 64
|
48 |
+
- total_eval_batch_size: 20
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
- num_epochs: 5
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
58 |
+
| 0.3435 | 1.0 | 133 | 0.4041 | 0.5761 |
|
59 |
+
| 0.2145 | 2.0 | 266 | 0.4749 | 0.5324 |
|
60 |
+
| 0.1297 | 3.0 | 399 | 0.5142 | 0.5564 |
|
61 |
+
| 0.0727 | 4.0 | 532 | 0.4985 | 0.5945 |
|
62 |
+
| 0.1003 | 5.0 | 665 | 0.5386 | 0.5993 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
+
- Transformers 4.20.1
|
68 |
- Pytorch 1.10.0+cpu
|
69 |
- Datasets 2.7.0
|
70 |
- Tokenizers 0.12.1
|