End of training
Browse files
README.md
CHANGED
|
@@ -85,7 +85,7 @@ Trained on 226,096,614 tokens from the [wikimedia/wikipedia](https://huggingface
|
|
| 85 |
# Training Objective
|
| 86 |
|
| 87 |
```
|
| 88 |
-
DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=
|
| 89 |
```
|
| 90 |
|
| 91 |
# Hyperparameters
|
|
@@ -94,16 +94,16 @@ The following hyperparameters were used during training:
|
|
| 94 |
<details>
|
| 95 |
<summary>Expand</summary>
|
| 96 |
|
| 97 |
-
- learning_rate: `0.
|
| 98 |
- train_batch_size: `2`
|
| 99 |
- eval_batch_size: `8`
|
| 100 |
- seed: `42`
|
| 101 |
- optimizer: `Adam with betas=(0.9,0.999) and epsilon=1e-08`
|
| 102 |
- lr_scheduler_type: `polynomial`
|
| 103 |
- num_epochs: `1.0`
|
| 104 |
-
- distillation_objective: `DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=
|
| 105 |
- train_embeddings: `True`
|
| 106 |
-
- lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at
|
| 107 |
- student_model_name_or_path: `None`
|
| 108 |
- student_config_name_or_path: `distilbert/distilgpt2`
|
| 109 |
- student_model_config: `None`
|
|
|
|
| 85 |
# Training Objective
|
| 86 |
|
| 87 |
```
|
| 88 |
+
DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=25, loss_fn=raw_mse, layer_mapper=layer-2, norm=layernorm, projector=orthogonal))
|
| 89 |
```
|
| 90 |
|
| 91 |
# Hyperparameters
|
|
|
|
| 94 |
<details>
|
| 95 |
<summary>Expand</summary>
|
| 96 |
|
| 97 |
+
- learning_rate: `0.0001`
|
| 98 |
- train_batch_size: `2`
|
| 99 |
- eval_batch_size: `8`
|
| 100 |
- seed: `42`
|
| 101 |
- optimizer: `Adam with betas=(0.9,0.999) and epsilon=1e-08`
|
| 102 |
- lr_scheduler_type: `polynomial`
|
| 103 |
- num_epochs: `1.0`
|
| 104 |
+
- distillation_objective: `DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=25, loss_fn=raw_mse, layer_mapper=layer-2, norm=layernorm, projector=orthogonal))`
|
| 105 |
- train_embeddings: `True`
|
| 106 |
+
- lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at 0x7f0089835f00>`
|
| 107 |
- student_model_name_or_path: `None`
|
| 108 |
- student_config_name_or_path: `distilbert/distilgpt2`
|
| 109 |
- student_model_config: `None`
|
logs/attn_norm=layernorm, attn_projector=orthogonal, attn_weight=25, learning_rate=0.0001, per_device_train_batch_size=2, warmup_ratio=0/events.out.tfevents.1725112132.e3f806ea38c9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5db12d574bf1e91a667d20a7f65eb5177980389d423efb898ae6a067f9606d5
|
| 3 |
+
size 253
|