Cippppy commited on
Commit
5e56f17
1 Parent(s): bd8839e

End of training

Browse files
Files changed (1) hide show
  1. README.md +22 -14
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 15160.7559
21
- - Accuracy: 0.6
22
 
23
  ## Model description
24
 
@@ -37,26 +37,34 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 2e-05
41
- - train_batch_size: 16
42
- - eval_batch_size: 16
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 8
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 7 | 164888.375 | 0.4 |
53
- | No log | 2.0 | 14 | 49532.4297 | 0.4 |
54
- | No log | 3.0 | 21 | 38923.6992 | 0.6 |
55
- | No log | 4.0 | 28 | 3229.375 | 0.35 |
56
- | No log | 5.0 | 35 | 30543.9062 | 0.6 |
57
- | No log | 6.0 | 42 | 43326.5703 | 0.4 |
58
- | No log | 7.0 | 49 | 17400.2754 | 0.6 |
59
- | No log | 8.0 | 56 | 15160.7559 | 0.6 |
 
 
 
 
 
 
 
 
60
 
61
 
62
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 16478.7676
21
+ - Accuracy: 0.7
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 2e-06
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 16
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 13 | 3802792.75 | 0.7 |
53
+ | No log | 2.0 | 26 | 3156379.5 | 0.7 |
54
+ | No log | 3.0 | 39 | 2625222.75 | 0.7 |
55
+ | No log | 4.0 | 52 | 2124862.75 | 0.7 |
56
+ | No log | 5.0 | 65 | 1716339.0 | 0.7 |
57
+ | No log | 6.0 | 78 | 1375630.5 | 0.7 |
58
+ | No log | 7.0 | 91 | 1055760.0 | 0.7 |
59
+ | No log | 8.0 | 104 | 741251.0 | 0.7 |
60
+ | No log | 9.0 | 117 | 451555.9375 | 0.7 |
61
+ | No log | 10.0 | 130 | 227678.9219 | 0.7 |
62
+ | No log | 11.0 | 143 | 82893.1172 | 0.7 |
63
+ | No log | 12.0 | 156 | 48836.0117 | 0.7 |
64
+ | No log | 13.0 | 169 | 33417.5430 | 0.7 |
65
+ | No log | 14.0 | 182 | 21012.9023 | 0.7 |
66
+ | No log | 15.0 | 195 | 17473.7871 | 0.7 |
67
+ | No log | 16.0 | 208 | 16478.7676 | 0.7 |
68
 
69
 
70
  ### Framework versions