Attakuan commited on
Commit
857aa6c
·
1 Parent(s): 080b828

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -14
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Matthews Correlation
23
  type: matthews_correlation
24
- value: 0.5886969865896993
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: 1.4033
35
- - Matthews Correlation: 0.5887
36
 
37
  ## Model description
38
 
@@ -51,24 +51,26 @@ More information needed
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
- - learning_rate: 1.862333098312878e-05
55
- - train_batch_size: 4
56
  - eval_batch_size: 16
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
- - num_epochs: 6
61
 
62
  ### Training results
63
 
64
- | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
65
- |:-------------:|:-----:|:-----:|:---------------:|:--------------------:|
66
- | 0.5839 | 1.0 | 2138 | 0.5999 | 0.5036 |
67
- | 0.3907 | 2.0 | 4276 | 0.6959 | 0.5650 |
68
- | 0.2507 | 3.0 | 6414 | 1.0701 | 0.5606 |
69
- | 0.1433 | 4.0 | 8552 | 1.0833 | 0.5630 |
70
- | 0.1007 | 5.0 | 10690 | 1.2718 | 0.5760 |
71
- | 0.0429 | 6.0 | 12828 | 1.4033 | 0.5887 |
 
 
72
 
73
 
74
  ### Framework versions
 
21
  metrics:
22
  - name: Matthews Correlation
23
  type: matthews_correlation
24
+ value: 0.5788207437251082
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: 1.2150
35
+ - Matthews Correlation: 0.5788
36
 
37
  ## Model description
38
 
 
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
+ - learning_rate: 1.1521858230688484e-05
55
+ - train_batch_size: 8
56
  - eval_batch_size: 16
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
+ - num_epochs: 8
61
 
62
  ### Training results
63
 
64
+ | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
65
+ |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
66
+ | 0.4531 | 1.0 | 1069 | 0.4530 | 0.5275 |
67
+ | 0.3349 | 2.0 | 2138 | 0.5377 | 0.5475 |
68
+ | 0.2624 | 3.0 | 3207 | 0.8287 | 0.5574 |
69
+ | 0.1903 | 4.0 | 4276 | 0.8971 | 0.5525 |
70
+ | 0.1356 | 5.0 | 5345 | 0.9994 | 0.5662 |
71
+ | 0.0861 | 6.0 | 6414 | 1.0434 | 0.5731 |
72
+ | 0.0576 | 7.0 | 7483 | 1.1683 | 0.5735 |
73
+ | 0.0504 | 8.0 | 8552 | 1.2150 | 0.5788 |
74
 
75
 
76
  ### Framework versions