Commit
·
96fa43c
1
Parent(s):
fb499d0
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 |
|
@@ -37,38 +37,38 @@ More information needed
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 0.0001
|
40 |
-
- train_batch_size:
|
41 |
-
- eval_batch_size:
|
42 |
- seed: 42
|
43 |
- gradient_accumulation_steps: 8
|
44 |
-
- total_train_batch_size:
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: cosine
|
47 |
- lr_scheduler_warmup_steps: 100
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
-
| 9.
|
55 |
-
| 7.
|
56 |
-
| 6.
|
57 |
-
| 6.
|
58 |
-
| 5.
|
59 |
-
|
|
60 |
-
|
|
61 |
-
| 1.
|
62 |
-
|
|
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.2449
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 0.0001
|
40 |
+
- train_batch_size: 32
|
41 |
+
- eval_batch_size: 32
|
42 |
- seed: 42
|
43 |
- gradient_accumulation_steps: 8
|
44 |
+
- total_train_batch_size: 256
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: cosine
|
47 |
- lr_scheduler_warmup_steps: 100
|
48 |
+
- num_epochs: 5
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
+
| 9.1704 | 0.27 | 50 | 8.0057 |
|
55 |
+
| 7.2118 | 0.55 | 100 | 6.6834 |
|
56 |
+
| 6.5244 | 0.82 | 150 | 6.3491 |
|
57 |
+
| 6.2201 | 1.1 | 200 | 6.0229 |
|
58 |
+
| 5.7189 | 1.37 | 250 | 5.1311 |
|
59 |
+
| 4.1268 | 1.65 | 300 | 2.9582 |
|
60 |
+
| 2.4963 | 1.92 | 350 | 1.7429 |
|
61 |
+
| 1.5611 | 2.2 | 400 | 1.0743 |
|
62 |
+
| 1.0537 | 2.47 | 450 | 0.7155 |
|
63 |
+
| 0.7665 | 2.75 | 500 | 0.5189 |
|
64 |
+
| 0.5947 | 3.02 | 550 | 0.4061 |
|
65 |
+
| 0.4782 | 3.29 | 600 | 0.3396 |
|
66 |
+
| 0.4161 | 3.57 | 650 | 0.2976 |
|
67 |
+
| 0.3785 | 3.84 | 700 | 0.2718 |
|
68 |
+
| 0.3491 | 4.12 | 750 | 0.2567 |
|
69 |
+
| 0.3319 | 4.39 | 800 | 0.2488 |
|
70 |
+
| 0.3286 | 4.67 | 850 | 0.2455 |
|
71 |
+
| 0.326 | 4.94 | 900 | 0.2449 |
|
72 |
|
73 |
|
74 |
### Framework versions
|