banri commited on
Commit
c395949
1 Parent(s): 7f310a9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Matthews Correlation
21
  type: matthews_correlation
22
- value: 0.54552128338247
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 0.8475
33
- - Matthews Correlation: 0.5455
34
 
35
  ## Model description
36
 
@@ -61,16 +61,16 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
64
- | 0.5265 | 1.0 | 535 | 0.5029 | 0.4210 |
65
- | 0.3496 | 2.0 | 1070 | 0.5135 | 0.5158 |
66
- | 0.2352 | 3.0 | 1605 | 0.6103 | 0.5150 |
67
- | 0.1769 | 4.0 | 2140 | 0.7258 | 0.5448 |
68
- | 0.1286 | 5.0 | 2675 | 0.8475 | 0.5455 |
69
 
70
 
71
  ### Framework versions
72
 
73
  - Transformers 4.12.3
74
- - Pytorch 1.9.0+cu111
75
  - Datasets 1.15.1
76
  - Tokenizers 0.10.3
 
19
  metrics:
20
  - name: Matthews Correlation
21
  type: matthews_correlation
22
+ value: 0.5258663312307151
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 0.7523
33
+ - Matthews Correlation: 0.5259
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
64
+ | 0.533 | 1.0 | 535 | 0.5318 | 0.3887 |
65
+ | 0.3562 | 2.0 | 1070 | 0.5145 | 0.5100 |
66
+ | 0.2429 | 3.0 | 1605 | 0.6558 | 0.4888 |
67
+ | 0.1831 | 4.0 | 2140 | 0.7523 | 0.5259 |
68
+ | 0.1352 | 5.0 | 2675 | 0.8406 | 0.5182 |
69
 
70
 
71
  ### Framework versions
72
 
73
  - Transformers 4.12.3
74
+ - Pytorch 1.10.0+cu111
75
  - Datasets 1.15.1
76
  - Tokenizers 0.10.3