dingzhaohan commited on
Commit
054abd0
1 Parent(s): 758f801

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Matthews Correlation
23
  type: matthews_correlation
24
- value: 0.5334876461854267
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.7808
35
- - Matthews Correlation: 0.5335
36
 
37
  ## Model description
38
 
@@ -63,16 +63,16 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
66
- | 0.5201 | 1.0 | 535 | 0.5173 | 0.4126 |
67
- | 0.3513 | 2.0 | 1070 | 0.5070 | 0.4864 |
68
- | 0.2373 | 3.0 | 1605 | 0.5830 | 0.5248 |
69
- | 0.1752 | 4.0 | 2140 | 0.7808 | 0.5335 |
70
- | 0.1312 | 5.0 | 2675 | 0.8111 | 0.5288 |
71
 
72
 
73
  ### Framework versions
74
 
75
- - Transformers 4.27.4
76
  - Pytorch 1.13.1+cu116
77
- - Datasets 1.14.0
78
- - Tokenizers 0.13.3
 
21
  metrics:
22
  - name: Matthews Correlation
23
  type: matthews_correlation
24
+ value: 0.10315004767907714
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.6976
35
+ - Matthews Correlation: 0.1032
36
 
37
  ## Model description
38
 
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
66
+ | 0.6135 | 1.0 | 535 | 0.6257 | 0.0 |
67
+ | 0.6078 | 2.0 | 1070 | 0.6187 | 0.0 |
68
+ | 0.6038 | 3.0 | 1605 | 0.6179 | -0.0041 |
69
+ | 0.5649 | 4.0 | 2140 | 0.6509 | 0.1006 |
70
+ | 0.5093 | 5.0 | 2675 | 0.6976 | 0.1032 |
71
 
72
 
73
  ### Framework versions
74
 
75
+ - Transformers 4.29.0.dev0
76
  - Pytorch 1.13.1+cu116
77
+ - Datasets 2.10.1
78
+ - Tokenizers 0.13.2