muhtasham commited on
Commit
795b36b
1 Parent(s): b25a3c8

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: Accuracy
23
  type: accuracy
24
- value: 0.592057761732852
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 [google/bert_uncased_L-2_H-128_A-2](https://huggingface.co/google/bert_uncased_L-2_H-128_A-2) on the glue dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.6726
35
- - Accuracy: 0.5921
36
 
37
  ## Model description
38
 
@@ -51,10 +51,10 @@ More information needed
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
- - learning_rate: 2e-05
55
- - train_batch_size: 16
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: 5
@@ -63,11 +63,11 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | No log | 1.0 | 156 | 0.6861 | 0.5596 |
67
- | No log | 2.0 | 312 | 0.6809 | 0.5596 |
68
- | No log | 3.0 | 468 | 0.6771 | 0.5632 |
69
- | 0.6808 | 4.0 | 624 | 0.6735 | 0.5812 |
70
- | 0.6808 | 5.0 | 780 | 0.6726 | 0.5921 |
71
 
72
 
73
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.631768953068592
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 [google/bert_uncased_L-2_H-128_A-2](https://huggingface.co/google/bert_uncased_L-2_H-128_A-2) on the glue dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.6673
35
+ - Accuracy: 0.6318
36
 
37
  ## Model description
38
 
 
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
+ - learning_rate: 2.4294744851376705e-05
55
+ - train_batch_size: 64
56
  - eval_batch_size: 16
57
+ - seed: 8
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
  - num_epochs: 5
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | No log | 1.0 | 156 | 0.6852 | 0.5776 |
67
+ | No log | 2.0 | 312 | 0.6800 | 0.5993 |
68
+ | No log | 3.0 | 468 | 0.6737 | 0.6173 |
69
+ | 0.6845 | 4.0 | 624 | 0.6690 | 0.6101 |
70
+ | 0.6845 | 5.0 | 780 | 0.6673 | 0.6318 |
71
 
72
 
73
  ### Framework versions