Payoto commited on
Commit
e2e49f0
1 Parent(s): 92ead6d

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.5581
22
- - Matthews Correlation: 0.6296
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.4398 | 1.0 | 534 | 0.3958 | 0.6042 |
59
- | 0.3604 | 2.0 | 1068 | 0.4885 | 0.6053 |
60
- | 0.1651 | 3.0 | 1602 | 0.4846 | 0.5869 |
61
- | 0.0238 | 4.0 | 2136 | 0.5439 | 0.6069 |
62
- | 0.083 | 5.0 | 2670 | 0.5581 | 0.6296 |
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.4585
22
+ - Matthews Correlation: 0.6333
23
 
24
  ## Model description
25
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
58
+ | 0.4797 | 1.0 | 534 | 0.4011 | 0.5519 |
59
+ | 0.4283 | 2.0 | 1068 | 0.4207 | 0.6128 |
60
+ | 0.058 | 3.0 | 1602 | 0.5122 | 0.5816 |
61
+ | 0.0678 | 4.0 | 2136 | 0.4585 | 0.6333 |
62
+ | 0.1719 | 5.0 | 2670 | 0.5723 | 0.6170 |
63
 
64
 
65
  ### Framework versions