End of training
Browse files- README.md +15 -15
- logs/learning_rate=0.0001, per_device_train_batch_size=8, warmup_ratio=0.5/completed.flag +0 -0
- logs/learning_rate=4e-05, per_device_train_batch_size=8, warmup_ratio=0.5/events.out.tfevents.1724118938.5f530b1cf724 +3 -0
- logs/learning_rate=4e-05, per_device_train_batch_size=8, warmup_ratio=0.5/events.out.tfevents.1724121341.5f530b1cf724 +3 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,14 +16,14 @@ This student model is distilled from the teacher model [gpt2](https://huggingfac
|
|
16 |
The [Distily](https://github.com/lapp0/distily) library was used for this distillation.
|
17 |
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- eval_enwikippl:
|
20 |
-
- eval_frwikippl:
|
21 |
-
- eval_zhwikippl:
|
22 |
-
- eval_tinystoriesppl:
|
23 |
-
- eval_loss:
|
24 |
-
- eval_runtime: 12.
|
25 |
-
- eval_samples_per_second: 47.
|
26 |
-
- eval_steps_per_second: 11.
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment.
|
@@ -48,7 +48,7 @@ More information needed
|
|
48 |
The following hyperparameters were used during training:
|
49 |
- distillation_objective: DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl, layer_mapper=None, projector=None), hs_loss_component=LossComponent(label=hs, weight=0, loss_fn=None, layer_mapper=None, projector=None), attn_loss_component=LossComponent(label=attn, weight=0, loss_fn=None, layer_mapper=None, projector=None))
|
50 |
- train_embeddings: True
|
51 |
-
- learning_rate:
|
52 |
- train_batch_size: 8
|
53 |
- eval_batch_size: 4
|
54 |
- seed: 42
|
@@ -64,12 +64,12 @@ Peak GPU Memory: 7.9381 GB
|
|
64 |
| step | epoch | enwikippl | frwikippl | loss | runtime | samples_per_second | steps_per_second | tinystoriesppl | zhwikippl |
|
65 |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
66 |
| **teacher eval** | | 43.75 | 61.75 | | | | | 11.8125 | 19.125 |
|
67 |
-
| 0 | 0 |
|
68 |
-
| 1500 | 0.2020 |
|
69 |
-
| 3000 | 0.4040 |
|
70 |
-
| 4500 | 0.6061 |
|
71 |
-
| 6000 | 0.8081 |
|
72 |
-
| 7425 | 1.0 |
|
73 |
|
74 |
### Framework versions
|
75 |
- Distily 0.2.0
|
|
|
16 |
The [Distily](https://github.com/lapp0/distily) library was used for this distillation.
|
17 |
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- eval_enwikippl: 173.0
|
20 |
+
- eval_frwikippl: 624.0
|
21 |
+
- eval_zhwikippl: 160.0
|
22 |
+
- eval_tinystoriesppl: 145.0
|
23 |
+
- eval_loss: 1.1443
|
24 |
+
- eval_runtime: 12.6089
|
25 |
+
- eval_samples_per_second: 47.585
|
26 |
+
- eval_steps_per_second: 11.896
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment.
|
|
|
48 |
The following hyperparameters were used during training:
|
49 |
- distillation_objective: DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl, layer_mapper=None, projector=None), hs_loss_component=LossComponent(label=hs, weight=0, loss_fn=None, layer_mapper=None, projector=None), attn_loss_component=LossComponent(label=attn, weight=0, loss_fn=None, layer_mapper=None, projector=None))
|
50 |
- train_embeddings: True
|
51 |
+
- learning_rate: 4e-05
|
52 |
- train_batch_size: 8
|
53 |
- eval_batch_size: 4
|
54 |
- seed: 42
|
|
|
64 |
| step | epoch | enwikippl | frwikippl | loss | runtime | samples_per_second | steps_per_second | tinystoriesppl | zhwikippl |
|
65 |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
66 |
| **teacher eval** | | 43.75 | 61.75 | | | | | 11.8125 | 19.125 |
|
67 |
+
| 0 | 0 | 1176821039104.0 | 72567767433216.0 | 20.1450 | 12.5909 | 47.653 | 11.913 | 3019898880.0 | 12713103196160.0 |
|
68 |
+
| 1500 | 0.2020 | 864.0 | 4992.0 | 2.2099 | 12.5621 | 47.763 | 11.941 | 556.0 | 6784.0 |
|
69 |
+
| 3000 | 0.4040 | 370.0 | 1720.0 | 1.6174 | 12.5358 | 47.863 | 11.966 | 270.0 | 286.0 |
|
70 |
+
| 4500 | 0.6061 | 216.0 | 808.0 | 1.2965 | 12.5792 | 47.698 | 11.924 | 174.0 | 202.0 |
|
71 |
+
| 6000 | 0.8081 | 178.0 | 676.0 | 1.1639 | 12.4818 | 48.07 | 12.017 | 149.0 | 162.0 |
|
72 |
+
| 7425 | 1.0 | 173.0 | 624.0 | 1.1443 | 12.6089 | 47.585 | 11.896 | 145.0 | 160.0 |
|
73 |
|
74 |
### Framework versions
|
75 |
- Distily 0.2.0
|
logs/learning_rate=0.0001, per_device_train_batch_size=8, warmup_ratio=0.5/completed.flag
ADDED
File without changes
|
logs/learning_rate=4e-05, per_device_train_batch_size=8, warmup_ratio=0.5/events.out.tfevents.1724118938.5f530b1cf724
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25c2702019ac303d4c8e04d3f730902ff9b80cef919f5bad2655fab79704cefb
|
3 |
+
size 3512272
|
logs/learning_rate=4e-05, per_device_train_batch_size=8, warmup_ratio=0.5/events.out.tfevents.1724121341.5f530b1cf724
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba94d219c2ec7b29469114b62dab9aa8d589c73158b84c77d725873d04c7df36
|
3 |
+
size 578
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 248894656
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5947fcd031c5672f831689839d515d6379ade26dcaea708601e75b87f9e4d701
|
3 |
size 248894656
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1017899144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b55a604840cd8f97ad8e84c04212bdd9ee1a4a1ab7072e317003d24156fc046
|
3 |
size 1017899144
|