shokiokita commited on
Commit
8401d32
1 Parent(s): ae54d86

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Matthews Correlation
21
  type: matthews_correlation
22
- value: 0.3335166592636138
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.6697
33
- - Matthews Correlation: 0.3335
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
- | No log | 1.0 | 54 | 0.5970 | 0.0 |
65
- | No log | 2.0 | 108 | 0.5601 | 0.3166 |
66
- | No log | 3.0 | 162 | 0.6524 | 0.2803 |
67
- | No log | 4.0 | 216 | 0.6697 | 0.3335 |
68
- | No log | 5.0 | 270 | 0.6991 | 0.3305 |
69
 
70
 
71
  ### Framework versions
72
 
73
- - Transformers 4.11.3
74
  - Pytorch 1.9.0+cu111
75
- - Datasets 1.13.2
76
  - Tokenizers 0.10.3
 
19
  metrics:
20
  - name: Matthews Correlation
21
  type: matthews_correlation
22
+ value: 0.5536405531329313
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.8455
33
+ - Matthews Correlation: 0.5536
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
64
+ | 0.524 | 1.0 | 535 | 0.5547 | 0.3891 |
65
+ | 0.3463 | 2.0 | 1070 | 0.5250 | 0.5011 |
66
+ | 0.2329 | 3.0 | 1605 | 0.6321 | 0.5239 |
67
+ | 0.1677 | 4.0 | 2140 | 0.7752 | 0.5372 |
68
+ | 0.1197 | 5.0 | 2675 | 0.8455 | 0.5536 |
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