Payoto commited on
Commit
09d8d7d
·
1 Parent(s): 4f07db0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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.5933
22
- - Matthews Correlation: 0.6146
23
 
24
  ## Model description
25
 
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
58
- | 0.4826 | 1.0 | 534 | 0.3921 | 0.5807 |
59
- | 0.2926 | 2.0 | 1068 | 0.4358 | 0.5755 |
60
- | 0.0543 | 3.0 | 1602 | 0.4971 | 0.6019 |
61
- | 0.1093 | 4.0 | 2136 | 0.5308 | 0.5993 |
62
- | 0.2379 | 5.0 | 2670 | 0.5933 | 0.6146 |
63
 
64
 
65
  ### Framework versions
66
 
67
  - Transformers 4.20.1
68
  - Pytorch 1.10.0+cpu
69
- - Datasets 2.7.0
70
  - Tokenizers 0.12.1
 
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.6011
22
+ - Matthews Correlation: 0.6344
23
 
24
  ## Model description
25
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
58
+ | 0.6506 | 1.0 | 534 | 0.4192 | 0.5847 |
59
+ | 0.4501 | 2.0 | 1068 | 0.4907 | 0.5729 |
60
+ | 0.0864 | 3.0 | 1602 | 0.5225 | 0.6069 |
61
+ | 0.5844 | 4.0 | 2136 | 0.5405 | 0.6272 |
62
+ | 0.2561 | 5.0 | 2670 | 0.6011 | 0.6344 |
63
 
64
 
65
  ### Framework versions
66
 
67
  - Transformers 4.20.1
68
  - Pytorch 1.10.0+cpu
69
+ - Datasets 2.7.1
70
  - Tokenizers 0.12.1