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,15 +43,23 @@ 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 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
-
|
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### 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: 6.0133
|
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: 10
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 7.0675 | 1.0 | 256 | 5.7808 |
|
54 |
+
| 6.0315 | 2.0 | 512 | 5.7849 |
|
55 |
+
| 5.8136 | 3.0 | 768 | 5.8173 |
|
56 |
+
| 5.6857 | 4.0 | 1024 | 5.8658 |
|
57 |
+
| 5.6426 | 5.0 | 1280 | 5.9132 |
|
58 |
+
| 5.5854 | 6.0 | 1536 | 5.9587 |
|
59 |
+
| 5.5609 | 7.0 | 1792 | 5.9801 |
|
60 |
+
| 5.5196 | 8.0 | 2048 | 5.9917 |
|
61 |
+
| 5.4844 | 9.0 | 2304 | 6.0054 |
|
62 |
+
| 5.5273 | 10.0 | 2560 | 6.0133 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 327657928
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aff1d3203bb82d5d735eaa429ac170ad6e09d927298855afa278e7e8d194e89
|
3 |
size 327657928
|
runs/Dec26_11-23-45_4f87fa13cf4f/events.out.tfevents.1735212228.4f87fa13cf4f.4524.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:78b8df3c28d844f6a2653fc41d38e941ddcf946c9642fa6562cd4a88cceee2c8
|
3 |
+
size 10503
|
runs/Dec26_11-23-45_4f87fa13cf4f/events.out.tfevents.1735212707.4f87fa13cf4f.4524.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9858792ebcc70a22043255ca330b9c3af9f78b7578fa8838049d592f0f281553
|
3 |
+
size 359
|