cansurav commited on
Commit
42d175d
1 Parent(s): 73c99af

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Matthews Correlation
23
  type: matthews_correlation
24
- value: 0.5045993817720598
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 [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.4672
35
- - Matthews Correlation: 0.5046
36
 
37
  ## Model description
38
 
@@ -57,13 +57,22 @@ The following hyperparameters were used during training:
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
- - num_epochs: 1
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
66
- | 0.4988 | 1.0 | 535 | 0.4672 | 0.5046 |
 
 
 
 
 
 
 
 
 
67
 
68
 
69
  ### Framework versions
 
21
  metrics:
22
  - name: Matthews Correlation
23
  type: matthews_correlation
24
+ value: 0.5892439733711194
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 [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.4480
35
+ - Matthews Correlation: 0.5892
36
 
37
  ## Model description
38
 
 
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
+ - num_epochs: 10
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
66
+ | 0.5052 | 1.0 | 535 | 0.5532 | 0.5030 |
67
+ | 0.3006 | 2.0 | 1070 | 0.4480 | 0.5892 |
68
+ | 0.1918 | 3.0 | 1605 | 0.7164 | 0.5340 |
69
+ | 0.138 | 4.0 | 2140 | 0.8575 | 0.5570 |
70
+ | 0.0866 | 5.0 | 2675 | 1.1483 | 0.5211 |
71
+ | 0.0652 | 6.0 | 3210 | 0.9938 | 0.5816 |
72
+ | 0.046 | 7.0 | 3745 | 1.1453 | 0.5739 |
73
+ | 0.0314 | 8.0 | 4280 | 1.3524 | 0.5573 |
74
+ | 0.0212 | 9.0 | 4815 | 1.4664 | 0.5573 |
75
+ | 0.0203 | 10.0 | 5350 | 1.4505 | 0.5679 |
76
 
77
 
78
  ### Framework versions