Jinchen commited on
Commit
d0a1a5d
·
1 Parent(s): a3bc804

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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.4536
22
- - Matthews Correlation: 0.6174
23
 
24
  ## Model description
25
 
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
58
- | 0.4355 | 1.0 | 133 | 0.4116 | 0.5817 |
59
- | 0.2367 | 2.0 | 266 | 0.4111 | 0.6028 |
60
- | 0.1584 | 3.0 | 399 | 0.4536 | 0.6174 |
61
- | 0.2278 | 4.0 | 532 | 0.4890 | 0.6116 |
62
- | 0.2258 | 5.0 | 665 | 0.5586 | 0.5995 |
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.4211
22
+ - Matthews Correlation: 0.6279
23
 
24
  ## Model description
25
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
58
+ | 0.4218 | 1.0 | 133 | 0.4236 | 0.5243 |
59
+ | 0.2077 | 2.0 | 266 | 0.3970 | 0.5930 |
60
+ | 0.184 | 3.0 | 399 | 0.4211 | 0.6279 |
61
+ | 0.1807 | 4.0 | 532 | 0.4854 | 0.6197 |
62
+ | 0.1405 | 5.0 | 665 | 0.5693 | 0.5968 |
63
 
64
 
65
  ### Framework versions