lapp0 commited on
Commit
041f7c8
·
verified ·
1 Parent(s): 7aafb9d

End of training

Browse files
README.md CHANGED
@@ -18,12 +18,12 @@ The [Distily](https://github.com/lapp0/distily) library was used for this distil
18
  It achieves the following results on the evaluation set:
19
  - eval_enwikippl: 1272.0
20
  - eval_frwikippl: 5952.0
21
- - eval_zhwikippl: 45056.0
22
  - eval_tinystoriesppl: 816.0
23
- - eval_loss: 2.4585
24
- - eval_runtime: 12.9232
25
- - eval_samples_per_second: 46.428
26
- - eval_steps_per_second: 11.607
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.
@@ -46,7 +46,7 @@ More information needed
46
  ### Training hyperparameters
47
 
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=1.0, loss_fn=mse, layer_mapper=all, 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: 0.0001
52
  - train_batch_size: 8
@@ -64,17 +64,17 @@ Peak GPU Memory: 8.0905 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 | 1821066133504.0 | 158329674399744.0 | 19.3254 | 12.8781 | 46.591 | 11.648 | 12079595520.0 | 98956046499840.0 |
68
- | 750 | 0.1010 | 1272.0 | 5952.0 | 2.4585 | 12.9232 | 46.428 | 11.607 | 816.0 | 45056.0 |
69
- | 1500 | 0.2020 | 506.0 | 3248.0 | 1.7942 | 12.9482 | 46.338 | 11.585 | 352.0 | 736.0 |
70
- | 2250 | 0.3030 | 338.0 | 1632.0 | 1.5656 | 13.0688 | 45.911 | 11.478 | 278.0 | 308.0 |
71
- | 3000 | 0.4040 | 240.0 | 916.0 | 1.3548 | 13.029 | 46.051 | 11.513 | 209.0 | 191.0 |
72
- | 3750 | 0.5051 | 199.0 | 624.0 | 1.2058 | 13.0119 | 46.111 | 11.528 | 169.0 | 173.0 |
73
- | 4500 | 0.6061 | 158.0 | 512.0 | 1.0598 | 12.9786 | 46.23 | 11.557 | 128.0 | 164.0 |
74
- | 5250 | 0.7071 | 128.0 | 460.0 | 0.9367 | 12.9927 | 46.18 | 11.545 | 105.5 | 135.0 |
75
- | 6000 | 0.8081 | 118.0 | 416.0 | 0.8779 | 13.0165 | 46.095 | 11.524 | 96.5 | 132.0 |
76
- | 6750 | 0.9091 | 112.5 | 398.0 | 0.8504 | 13.0993 | 45.804 | 11.451 | 92.5 | 130.0 |
77
- | 7425 | 1.0 | 112.0 | 394.0 | 0.8451 | 12.9624 | 46.288 | 11.572 | 91.0 | 129.0 |
78
 
79
  ### Framework versions
80
  - Distily 0.2.0
 
18
  It achieves the following results on the evaluation set:
19
  - eval_enwikippl: 1272.0
20
  - eval_frwikippl: 5952.0
21
+ - eval_zhwikippl: 44800.0
22
  - eval_tinystoriesppl: 816.0
23
+ - eval_loss: 2.4588
24
+ - eval_runtime: 12.986
25
+ - eval_samples_per_second: 46.204
26
+ - eval_steps_per_second: 11.551
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.
 
46
  ### Training hyperparameters
47
 
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=1.0, loss_fn=mse, layer_mapper=last, 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: 0.0001
52
  - train_batch_size: 8
 
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 | 1821066133504.0 | 158329674399744.0 | 19.3254 | 12.8793 | 46.586 | 11.647 | 12079595520.0 | 98956046499840.0 |
68
+ | 750 | 0.1010 | 1272.0 | 5952.0 | 2.4588 | 12.986 | 46.204 | 11.551 | 816.0 | 44800.0 |
69
+ | 1500 | 0.2020 | 506.0 | 3248.0 | 1.7942 | 13.1654 | 45.574 | 11.393 | 350.0 | 736.0 |
70
+ | 2250 | 0.3030 | 338.0 | 1632.0 | 1.5655 | 13.13 | 45.697 | 11.424 | 278.0 | 306.0 |
71
+ | 3000 | 0.4040 | 241.0 | 916.0 | 1.3548 | 13.0817 | 45.865 | 11.466 | 209.0 | 188.0 |
72
+ | 3750 | 0.5051 | 199.0 | 624.0 | 1.2057 | 13.1347 | 45.68 | 11.42 | 169.0 | 174.0 |
73
+ | 4500 | 0.6061 | 160.0 | 510.0 | 1.0606 | 13.0674 | 45.916 | 11.479 | 129.0 | 171.0 |
74
+ | 5250 | 0.7071 | 128.0 | 468.0 | 0.9370 | 13.0344 | 46.032 | 11.508 | 106.5 | 132.0 |
75
+ | 6000 | 0.8081 | 118.0 | 418.0 | 0.8787 | 13.3306 | 45.009 | 11.252 | 97.0 | 131.0 |
76
+ | 6750 | 0.9091 | 112.0 | 400.0 | 0.8501 | 13.0719 | 45.9 | 11.475 | 93.0 | 129.0 |
77
+ | 7425 | 1.0 | 112.0 | 396.0 | 0.8454 | 13.0273 | 46.057 | 11.514 | 91.5 | 128.0 |
78
 
79
  ### Framework versions
80
  - Distily 0.2.0
logs/hs_layer_mapper=last, hs_loss_fn=mse, hs_weight=1.0/events.out.tfevents.1724109458.f383272e719b ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad44e2f4b1f130c874b66caadf49b3282429ba49617802d015f8be74872180a1
3
+ size 578