Training in progress, step 15469
Browse files- README.md +19 -19
- logs/attn_loss_fn=raw_mse, attn_weight=10.0, hs_loss_fn=mse, hs_weight=10.0, learning_rate=4e-05/events.out.tfevents.1723762001.5f530b1cf724 +3 -0
- logs/attn_loss_fn=raw_mse, attn_weight=10.0, hs_loss_fn=raw_mse, hs_weight=10.0, learning_rate=4e-05/events.out.tfevents.1723761837.5f530b1cf724 +2 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,14 +15,14 @@ This student model is distilled from the teacher model [roneneldan/TinyStories-3
|
|
15 |
The [Distily](https://github.com/lapp0/distily) library was used for this distillation.
|
16 |
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- eval_enwikippl:
|
19 |
-
- eval_frwikippl:
|
20 |
-
- eval_zhwikippl:
|
21 |
-
- eval_tinystoriesppl:
|
22 |
-
- eval_loss: 18.
|
23 |
-
- eval_runtime: 32.
|
24 |
-
- eval_samples_per_second:
|
25 |
-
- eval_steps_per_second: 9.
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
should probably proofread and complete it, then remove this comment.
|
@@ -47,7 +47,7 @@ More information needed
|
|
47 |
The following hyperparameters were used during training:
|
48 |
- 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=10.0, loss_fn=raw_mse, layer_mapper=None, projector=None), attn_loss_component=LossComponent(label=attn, weight=10.0, loss_fn=raw_mse, layer_mapper=None, projector=None))
|
49 |
- train_embeddings: True
|
50 |
-
- learning_rate: 4e-
|
51 |
- train_batch_size: 16
|
52 |
- eval_batch_size: 8
|
53 |
- seed: 42
|
@@ -62,18 +62,18 @@ Peak GPU Memory: 16.2498 GB
|
|
62 |
| step | epoch | enwikippl | frwikippl | loss | runtime | samples_per_second | steps_per_second | tinystoriesppl | zhwikippl |
|
63 |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
64 |
| **teacher eval** | | 169.9865 | 47377.9414 | | | | | 3.9789 | 4998.1294 |
|
65 |
-
| 0 | 0 |
|
66 |
-
| 2000 | 0.1293 |
|
67 |
-
| 4000 | 0.2586 |
|
68 |
-
| 6000 | 0.3879 |
|
69 |
-
| 8000 | 0.5172 |
|
70 |
-
| 10000 | 0.6465 |
|
71 |
-
| 12000 | 0.7757 |
|
72 |
-
| 14000 | 0.9050 |
|
73 |
-
| 15469 | 1.0 |
|
74 |
|
75 |
### Framework versions
|
76 |
- Distily 0.2.0
|
77 |
- Transformers 4.44.0
|
78 |
- Pytorch 2.3.0
|
79 |
-
- Datasets 2.
|
|
|
15 |
The [Distily](https://github.com/lapp0/distily) library was used for this distillation.
|
16 |
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- eval_enwikippl: 24580.0566
|
19 |
+
- eval_frwikippl: 58429.5703
|
20 |
+
- eval_zhwikippl: 90638.1875
|
21 |
+
- eval_tinystoriesppl: 13633.8428
|
22 |
+
- eval_loss: 18.8988
|
23 |
+
- eval_runtime: 32.6253
|
24 |
+
- eval_samples_per_second: 76.628
|
25 |
+
- eval_steps_per_second: 9.594
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
should probably proofread and complete it, then remove this comment.
|
|
|
47 |
The following hyperparameters were used during training:
|
48 |
- 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=10.0, loss_fn=raw_mse, layer_mapper=None, projector=None), attn_loss_component=LossComponent(label=attn, weight=10.0, loss_fn=raw_mse, layer_mapper=None, projector=None))
|
49 |
- train_embeddings: True
|
50 |
+
- learning_rate: 4e-05
|
51 |
- train_batch_size: 16
|
52 |
- eval_batch_size: 8
|
53 |
- seed: 42
|
|
|
62 |
| step | epoch | enwikippl | frwikippl | loss | runtime | samples_per_second | steps_per_second | tinystoriesppl | zhwikippl |
|
63 |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
64 |
| **teacher eval** | | 169.9865 | 47377.9414 | | | | | 3.9789 | 4998.1294 |
|
65 |
+
| 0 | 0 | 30500.8262 | 64429.8789 | 19.1222 | 32.5358 | 76.838 | 9.62 | 17883.2402 | 92396.1641 |
|
66 |
+
| 2000 | 0.1293 | 24580.0566 | 58429.5703 | 18.8980 | 32.4735 | 76.986 | 9.639 | 13633.8428 | 90638.1875 |
|
67 |
+
| 4000 | 0.2586 | 24580.0566 | 58429.5703 | 18.8980 | 32.5203 | 76.875 | 9.625 | 13633.8428 | 90638.1875 |
|
68 |
+
| 6000 | 0.3879 | 24580.0566 | 58429.5703 | 18.8988 | 32.628 | 76.621 | 9.593 | 13633.8428 | 90638.1875 |
|
69 |
+
| 8000 | 0.5172 | 24580.0566 | 58429.5703 | 18.8988 | 32.6253 | 76.628 | 9.594 | 13633.8428 | 90638.1875 |
|
70 |
+
| 10000 | 0.6465 | 24580.0566 | 58429.5703 | 18.8988 | 32.4883 | 76.951 | 9.634 | 13633.8428 | 90638.1875 |
|
71 |
+
| 12000 | 0.7757 | 24580.0566 | 58429.5703 | 18.8980 | 32.4949 | 76.935 | 9.632 | 13633.8428 | 90638.1875 |
|
72 |
+
| 14000 | 0.9050 | 24580.0566 | 58429.5703 | 18.8988 | 32.507 | 76.906 | 9.629 | 13633.8428 | 90638.1875 |
|
73 |
+
| 15469 | 1.0 | 24580.0566 | 58429.5703 | 18.8988 | 32.6353 | 76.604 | 9.591 | 13633.8428 | 90638.1875 |
|
74 |
|
75 |
### Framework versions
|
76 |
- Distily 0.2.0
|
77 |
- Transformers 4.44.0
|
78 |
- Pytorch 2.3.0
|
79 |
+
- Datasets 2.21.0
|
logs/attn_loss_fn=raw_mse, attn_weight=10.0, hs_loss_fn=mse, hs_weight=10.0, learning_rate=4e-05/events.out.tfevents.1723762001.5f530b1cf724
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afaad4e2d7156f252187c0a1fc21edc213e6263206bab03e5fa0ba56d08e9c55
|
3 |
+
size 4177661
|
logs/attn_loss_fn=raw_mse, attn_weight=10.0, hs_loss_fn=raw_mse, hs_weight=10.0, learning_rate=4e-05/events.out.tfevents.1723761837.5f530b1cf724
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:72bd4045c7e2f7b023393b1631f360595c4203a42d12819280ead70cd76dcaa5
|
3 |
+
size 578
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 137033984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1125217d2452d904fbd104af46d9627774afea5c136b005dd0161d93f483f873
|
3 |
size 137033984
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1017948104
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26739a6af4d1470c81c2e0dd856c5102272ec50187efe372e6dcf911c045c095
|
3 |
size 1017948104
|