Payoto commited on
Commit
21ce132
·
1 Parent(s): 964a699

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.6646
22
- - Matthews Correlation: 0.5972
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.4678 | 1.0 | 534 | 0.3945 | 0.5776 |
59
- | 0.4109 | 2.0 | 1068 | 0.4507 | 0.5801 |
60
- | 0.1067 | 3.0 | 1602 | 0.5269 | 0.5765 |
61
- | 0.0247 | 4.0 | 2136 | 0.5894 | 0.5841 |
62
- | 0.1012 | 5.0 | 2670 | 0.6646 | 0.5972 |
63
 
64
 
65
  ### Framework versions
66
 
67
  - Transformers 4.20.0
68
  - Pytorch 1.10.0+cpu
69
- - Datasets 2.6.1
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.5581
22
+ - Matthews Correlation: 0.6296
23
 
24
  ## Model description
25
 
 
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
66
 
67
  - Transformers 4.20.0
68
  - Pytorch 1.10.0+cpu
69
+ - Datasets 2.7.0
70
  - Tokenizers 0.12.1