Hoang Pham
commited on
End of training
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the recipe_nlg dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,22 +43,14 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
| 3.8053 | 3.0 | 750 | 3.5167 |
|
55 |
-
| 3.5679 | 4.0 | 1000 | 3.4106 |
|
56 |
-
| 3.4079 | 5.0 | 1250 | 3.3506 |
|
57 |
-
| 3.279 | 6.0 | 1500 | 3.3068 |
|
58 |
-
| 3.212 | 7.0 | 1750 | 3.2812 |
|
59 |
-
| 3.104 | 8.0 | 2000 | 3.2761 |
|
60 |
-
| 3.0673 | 9.0 | 2250 | 3.2732 |
|
61 |
-
| 3.0507 | 10.0 | 2500 | 3.2698 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the recipe_nlg dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.1321
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 2
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 1.1047 | 1.0 | 250 | 1.1482 |
|
53 |
+
| 0.858 | 2.0 | 500 | 1.1321 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
runs/Dec26_13-12-32_4f87fa13cf4f/events.out.tfevents.1735218754.4f87fa13cf4f.37465.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ade1a07f97a3200d49cf2a97c36663a352f54b2dab774550c98bca1c8e78813f
|
3 |
+
size 6647
|
runs/Dec26_13-12-32_4f87fa13cf4f/events.out.tfevents.1735218989.4f87fa13cf4f.37465.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2761b55c15ffab1bfcda2cf51e86d50a6fc303502b9f198584d1f000d81aa23f
|
3 |
+
size 359
|