blacktree commited on
Commit
1404b73
·
1 Parent(s): b25a09a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9071100917431193
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.4027
33
- - Accuracy: 0.9071
34
 
35
  ## Model description
36
 
@@ -49,9 +49,9 @@ More information needed
49
  ### Training hyperparameters
50
 
51
  The following hyperparameters were used during training:
52
- - learning_rate: 2e-05
53
- - train_batch_size: 16
54
- - eval_batch_size: 16
55
  - seed: 42
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
@@ -59,13 +59,13 @@ The following hyperparameters were used during training:
59
 
60
  ### Training results
61
 
62
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
64
- | 0.1895 | 1.0 | 4210 | 0.3014 | 0.9060 |
65
- | 0.1233 | 2.0 | 8420 | 0.3738 | 0.9037 |
66
- | 0.0814 | 3.0 | 12630 | 0.4027 | 0.9071 |
67
- | 0.0698 | 4.0 | 16840 | 0.4600 | 0.9002 |
68
- | 0.0493 | 5.0 | 21050 | 0.5211 | 0.9037 |
69
 
70
 
71
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.5091743119266054
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.7027
33
+ - Accuracy: 0.5092
34
 
35
  ## Model description
36
 
 
49
  ### Training hyperparameters
50
 
51
  The following hyperparameters were used during training:
52
+ - learning_rate: 0.01
53
+ - train_batch_size: 64
54
+ - eval_batch_size: 64
55
  - seed: 42
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
 
59
 
60
  ### Training results
61
 
62
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 0.6868 | 1.0 | 1053 | 0.7027 | 0.5092 |
65
+ | 0.6868 | 2.0 | 2106 | 0.7022 | 0.5092 |
66
+ | 0.6867 | 3.0 | 3159 | 0.6970 | 0.5092 |
67
+ | 0.687 | 4.0 | 4212 | 0.6992 | 0.5092 |
68
+ | 0.6866 | 5.0 | 5265 | 0.6983 | 0.5092 |
69
 
70
 
71
  ### Framework versions