End of training
Browse files- README.md +32 -8
- model.safetensors +1 -1
- runs/Jan23_12-26-56_e98dc6f1478e/events.out.tfevents.1706012816.e98dc6f1478e.598.0 +3 -0
- runs/Jan23_12-47-43_e98dc6f1478e/events.out.tfevents.1706014064.e98dc6f1478e.8236.0 +3 -0
- runs/Jan23_12-49-10_e98dc6f1478e/events.out.tfevents.1706014151.e98dc6f1478e.8236.1 +3 -0
- runs/Jan23_12-49-34_e98dc6f1478e/events.out.tfevents.1706014175.e98dc6f1478e.8236.2 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,12 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
-
|
19 |
-
- eval_runtime: 182.7237
|
20 |
-
- eval_samples_per_second: 144.256
|
21 |
-
- eval_steps_per_second: 18.033
|
22 |
-
- epoch: 0.34
|
23 |
-
- step: 4500
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,11 +40,40 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
### Framework versions
|
51 |
|
52 |
- Transformers 4.35.2
|
53 |
- Pytorch 2.1.0+cu121
|
54 |
-
- Datasets 2.
|
55 |
- Tokenizers 0.15.0
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 3.7706
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 3.0
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
49 |
+
| 4.0085 | 0.13 | 500 | 3.8586 |
|
50 |
+
| 3.9418 | 0.25 | 1000 | 3.8368 |
|
51 |
+
| 3.9257 | 0.38 | 1500 | 3.8236 |
|
52 |
+
| 3.9012 | 0.51 | 2000 | 3.8139 |
|
53 |
+
| 3.9131 | 0.63 | 2500 | 3.8052 |
|
54 |
+
| 3.8947 | 0.76 | 3000 | 3.7976 |
|
55 |
+
| 3.8943 | 0.88 | 3500 | 3.7912 |
|
56 |
+
| 3.8809 | 1.01 | 4000 | 3.7887 |
|
57 |
+
| 3.8243 | 1.14 | 4500 | 3.7877 |
|
58 |
+
| 3.8251 | 1.26 | 5000 | 3.7854 |
|
59 |
+
| 3.822 | 1.39 | 5500 | 3.7824 |
|
60 |
+
| 3.8141 | 1.52 | 6000 | 3.7808 |
|
61 |
+
| 3.8243 | 1.64 | 6500 | 3.7785 |
|
62 |
+
| 3.8108 | 1.77 | 7000 | 3.7762 |
|
63 |
+
| 3.8059 | 1.89 | 7500 | 3.7755 |
|
64 |
+
| 3.7984 | 2.02 | 8000 | 3.7765 |
|
65 |
+
| 3.7866 | 2.15 | 8500 | 3.7747 |
|
66 |
+
| 3.7761 | 2.27 | 9000 | 3.7746 |
|
67 |
+
| 3.7764 | 2.4 | 9500 | 3.7727 |
|
68 |
+
| 3.779 | 2.53 | 10000 | 3.7727 |
|
69 |
+
| 3.7744 | 2.65 | 10500 | 3.7719 |
|
70 |
+
| 3.7685 | 2.78 | 11000 | 3.7708 |
|
71 |
+
| 3.7694 | 2.9 | 11500 | 3.7706 |
|
72 |
+
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
- Transformers 4.35.2
|
77 |
- Pytorch 2.1.0+cu121
|
78 |
+
- Datasets 2.16.1
|
79 |
- Tokenizers 0.15.0
|
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:801ad6aee5540d5ca1cded16f63f9d308b8570d0d2ee7c9a399c856ce3f22e19
|
3 |
size 327657928
|
runs/Jan23_12-26-56_e98dc6f1478e/events.out.tfevents.1706012816.e98dc6f1478e.598.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2645b52a63eca71dd65dcadd5c2966215fb72e6137f073df9f423049daf45a8b
|
3 |
+
size 5676
|
runs/Jan23_12-47-43_e98dc6f1478e/events.out.tfevents.1706014064.e98dc6f1478e.8236.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e36338b49072f3f0f9cd7dc491799b6c44847e02019e1a01453f65d164dd2150
|
3 |
+
size 4576
|
runs/Jan23_12-49-10_e98dc6f1478e/events.out.tfevents.1706014151.e98dc6f1478e.8236.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23508353dc10f38e7f2b71bfb000c8945ba4d7da65ccc870cd44fd8b4b158995
|
3 |
+
size 4584
|
runs/Jan23_12-49-34_e98dc6f1478e/events.out.tfevents.1706014175.e98dc6f1478e.8236.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52fb39a0ec5056c85d638cc5d0c2e6b9756dbd550ae77f39db92588ba25eb381
|
3 |
+
size 14781
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d2d931e2b0a8d8ca3d4b013cb993225e814986452dd8b44370445e3366c6ef1
|
3 |
size 4600
|