graphcore-rahult commited on
Commit
046c0d2
1 Parent(s): 3cf01b9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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.5117
22
- - Matthews Correlation: 0.6122
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: 16
48
- - total_eval_batch_size: 5
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
  - num_epochs: 5
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
58
- | 0.463 | 1.0 | 534 | 0.4146 | 0.5594 |
59
- | 0.4012 | 2.0 | 1068 | 0.4534 | 0.5976 |
60
- | 0.0672 | 3.0 | 1602 | 0.5117 | 0.6122 |
61
- | 0.0288 | 4.0 | 2136 | 0.5122 | 0.5993 |
62
- | 0.1674 | 5.0 | 2670 | 0.5874 | 0.6095 |
63
 
64
 
65
  ### 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.5972
22
+ - Matthews Correlation: 0.5943
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.3211 | 1.0 | 133 | 0.4109 | 0.5275 |
59
+ | 0.2197 | 2.0 | 266 | 0.4934 | 0.5350 |
60
+ | 0.1177 | 3.0 | 399 | 0.5571 | 0.5713 |
61
+ | 0.0698 | 4.0 | 532 | 0.5366 | 0.5918 |
62
+ | 0.1074 | 5.0 | 665 | 0.5972 | 0.5943 |
63
 
64
 
65
  ### Framework versions