End of training
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 2.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -35,8 +35,8 @@ More information needed
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 2e-05
|
38 |
-
- train_batch_size:
|
39 |
-
- eval_batch_size:
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
@@ -47,16 +47,16 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| No log | 1.0 |
|
51 |
-
| No log | 2.0 |
|
52 |
-
| No log | 3.0 |
|
53 |
-
| No log | 4.0 |
|
54 |
-
| No log | 5.0 |
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
| 2.
|
59 |
-
| 2.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 2.4813
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 2e-05
|
38 |
+
- train_batch_size: 64
|
39 |
+
- eval_batch_size: 64
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 58 | 2.7538 |
|
51 |
+
| No log | 2.0 | 116 | 2.6483 |
|
52 |
+
| No log | 3.0 | 174 | 2.5928 |
|
53 |
+
| No log | 4.0 | 232 | 2.5566 |
|
54 |
+
| No log | 5.0 | 290 | 2.5312 |
|
55 |
+
| No log | 6.0 | 348 | 2.5121 |
|
56 |
+
| No log | 7.0 | 406 | 2.4979 |
|
57 |
+
| No log | 8.0 | 464 | 2.4889 |
|
58 |
+
| 2.6537 | 9.0 | 522 | 2.4830 |
|
59 |
+
| 2.6537 | 10.0 | 580 | 2.4813 |
|
60 |
|
61 |
|
62 |
### Framework versions
|