update model card README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 3.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -39,15 +39,32 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
-
| No log | 1.0 | 7 | 3.
|
49 |
-
| No log | 2.0 | 14 | 3.
|
50 |
-
| No log | 3.0 | 21 | 3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 3.1905
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 20
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| No log | 1.0 | 7 | 3.5915 |
|
49 |
+
| No log | 2.0 | 14 | 3.4986 |
|
50 |
+
| No log | 3.0 | 21 | 3.4418 |
|
51 |
+
| No log | 4.0 | 28 | 3.3970 |
|
52 |
+
| No log | 5.0 | 35 | 3.3569 |
|
53 |
+
| No log | 6.0 | 42 | 3.3207 |
|
54 |
+
| No log | 7.0 | 49 | 3.2972 |
|
55 |
+
| No log | 8.0 | 56 | 3.2806 |
|
56 |
+
| No log | 9.0 | 63 | 3.2620 |
|
57 |
+
| No log | 10.0 | 70 | 3.2451 |
|
58 |
+
| No log | 11.0 | 77 | 3.2302 |
|
59 |
+
| No log | 12.0 | 84 | 3.2177 |
|
60 |
+
| No log | 13.0 | 91 | 3.2083 |
|
61 |
+
| No log | 14.0 | 98 | 3.2024 |
|
62 |
+
| No log | 15.0 | 105 | 3.1984 |
|
63 |
+
| No log | 16.0 | 112 | 3.1962 |
|
64 |
+
| No log | 17.0 | 119 | 3.1938 |
|
65 |
+
| No log | 18.0 | 126 | 3.1920 |
|
66 |
+
| No log | 19.0 | 133 | 3.1913 |
|
67 |
+
| No log | 20.0 | 140 | 3.1905 |
|
68 |
|
69 |
|
70 |
### Framework versions
|