Jinchen commited on
Commit
4b2b639
1 Parent(s): 1ad7a51

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.4434
22
- - Matthews Correlation: 0.5974
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.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
 
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
 
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