temporary0-0name
commited on
Commit
•
62019fa
1
Parent(s):
7fa70fb
End of training
Browse files
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.
|
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.
|
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 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
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
|