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 |
|
@@ -43,6 +43,7 @@ The following hyperparameters were used during training:
|
|
43 |
- eval_batch_size: 1
|
44 |
- seed: 42
|
45 |
- distributed_type: IPU
|
|
|
46 |
- total_train_batch_size: 64
|
47 |
- total_eval_batch_size: 20
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
@@ -52,6 +53,13 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
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.4434
|
22 |
+
- Matthews Correlation: 0.5974
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
43 |
- eval_batch_size: 1
|
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
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
58 |
+
| 0.4624 | 1.0 | 133 | 0.4446 | 0.5198 |
|
59 |
+
| 0.2621 | 2.0 | 266 | 0.4395 | 0.5670 |
|
60 |
+
| 0.2044 | 3.0 | 399 | 0.4434 | 0.5974 |
|
61 |
+
| 0.1493 | 4.0 | 532 | 0.4919 | 0.5886 |
|
62 |
+
| 0.1317 | 5.0 | 665 | 0.5820 | 0.5843 |
|
63 |
|
64 |
|
65 |
### Framework versions
|