Jungwoo commited on
Commit
d6a1df9
1 Parent(s): d7de687

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.5546789239242798
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.8564
33
- - Matthews Correlation: 0.5547
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.5209 | 1.0 | 535 | 0.5371 | 0.4251 |
65
- | 0.3454 | 2.0 | 1070 | 0.5160 | 0.5233 |
66
- | 0.2348 | 3.0 | 1605 | 0.6385 | 0.5121 |
67
- | 0.1684 | 4.0 | 2140 | 0.7436 | 0.5504 |
68
- | 0.1244 | 5.0 | 2675 | 0.8564 | 0.5547 |
69
 
70
 
71
  ### Framework versions
72
 
73
- - Transformers 4.11.3
74
  - Pytorch 1.9.0+cu111
75
  - Datasets 1.14.0
76
  - Tokenizers 0.10.3
 
19
  metrics:
20
  - name: Matthews Correlation
21
  type: matthews_correlation
22
+ value: 0.541356878970505
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.7470
33
+ - Matthews Correlation: 0.5414
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
64
+ | 0.5237 | 1.0 | 535 | 0.5327 | 0.4248 |
65
+ | 0.347 | 2.0 | 1070 | 0.5105 | 0.5239 |
66
+ | 0.2344 | 3.0 | 1605 | 0.6639 | 0.5224 |
67
+ | 0.1672 | 4.0 | 2140 | 0.7470 | 0.5414 |
68
+ | 0.1228 | 5.0 | 2675 | 0.8352 | 0.5377 |
69
 
70
 
71
  ### Framework versions
72
 
73
+ - Transformers 4.12.2
74
  - Pytorch 1.9.0+cu111
75
  - Datasets 1.14.0
76
  - Tokenizers 0.10.3