temporary0-0name commited on
Commit
62019fa
1 Parent(s): 7fa70fb

End of training

Browse files
Files changed (1) hide show
  1. README.md +20 -20
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the wikitext dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.2727
21
 
22
  ## Model description
23
 
@@ -36,7 +36,7 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 0.0001
40
  - train_batch_size: 64
41
  - eval_batch_size: 64
42
  - seed: 42
@@ -51,24 +51,24 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
- | 9.1471 | 0.55 | 50 | 7.9703 |
55
- | 7.1714 | 1.1 | 100 | 6.6558 |
56
- | 6.4707 | 1.65 | 150 | 6.2924 |
57
- | 6.072 | 2.19 | 200 | 5.8048 |
58
- | 5.1389 | 2.74 | 250 | 3.8826 |
59
- | 3.1897 | 3.29 | 300 | 2.3133 |
60
- | 1.9697 | 3.84 | 350 | 1.4230 |
61
- | 1.2783 | 4.39 | 400 | 0.9488 |
62
- | 0.8952 | 4.94 | 450 | 0.6810 |
63
- | 0.6593 | 5.49 | 500 | 0.5228 |
64
- | 0.5278 | 6.04 | 550 | 0.4249 |
65
- | 0.4339 | 6.58 | 600 | 0.3630 |
66
- | 0.3809 | 7.13 | 650 | 0.3237 |
67
- | 0.3443 | 7.68 | 700 | 0.2991 |
68
- | 0.3212 | 8.23 | 750 | 0.2843 |
69
- | 0.3094 | 8.78 | 800 | 0.2765 |
70
- | 0.3033 | 9.33 | 850 | 0.2734 |
71
- | 0.3 | 9.88 | 900 | 0.2727 |
72
 
73
 
74
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the wikitext dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0165
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 0.0003
40
  - train_batch_size: 64
41
  - eval_batch_size: 64
42
  - seed: 42
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
+ | 8.562 | 0.55 | 50 | 6.9697 |
55
+ | 6.63 | 1.1 | 100 | 6.3436 |
56
+ | 5.938 | 1.65 | 150 | 5.1110 |
57
+ | 3.0597 | 2.19 | 200 | 1.4150 |
58
+ | 0.7989 | 2.74 | 250 | 0.3477 |
59
+ | 0.2227 | 3.29 | 300 | 0.1284 |
60
+ | 0.0925 | 3.84 | 350 | 0.0640 |
61
+ | 0.0475 | 4.39 | 400 | 0.0412 |
62
+ | 0.0314 | 4.94 | 450 | 0.0304 |
63
+ | 0.0217 | 5.49 | 500 | 0.0246 |
64
+ | 0.0181 | 6.04 | 550 | 0.0215 |
65
+ | 0.0146 | 6.58 | 600 | 0.0194 |
66
+ | 0.0132 | 7.13 | 650 | 0.0182 |
67
+ | 0.012 | 7.68 | 700 | 0.0174 |
68
+ | 0.0114 | 8.23 | 750 | 0.0169 |
69
+ | 0.011 | 8.78 | 800 | 0.0167 |
70
+ | 0.0108 | 9.33 | 850 | 0.0166 |
71
+ | 0.0106 | 9.88 | 900 | 0.0165 |
72
 
73
 
74
  ### Framework versions