zack-paperspace commited on
Commit
4318da0
1 Parent(s): 5f7dd05

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.6069
22
- - Matthews Correlation: 0.6195
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.6439 | 1.0 | 534 | 0.4043 | 0.5740 |
59
- | 0.5819 | 2.0 | 1068 | 0.4751 | 0.5624 |
60
- | 0.0919 | 3.0 | 1602 | 0.4900 | 0.5969 |
61
- | 0.1856 | 4.0 | 2136 | 0.5640 | 0.6070 |
62
- | 0.0351 | 5.0 | 2670 | 0.6069 | 0.6195 |
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.5732
22
+ - Matthews Correlation: 0.6495
23
 
24
  ## Model description
25
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
58
+ | 0.5211 | 1.0 | 534 | 0.4031 | 0.5599 |
59
+ | 0.3739 | 2.0 | 1068 | 0.4688 | 0.5713 |
60
+ | 0.0697 | 3.0 | 1602 | 0.4988 | 0.6070 |
61
+ | 0.0712 | 4.0 | 2136 | 0.5596 | 0.6221 |
62
+ | 0.0955 | 5.0 | 2670 | 0.5732 | 0.6495 |
63
 
64
 
65
  ### Framework versions