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,7 +94,7 @@ The following hyperparameters were used during training:
|
|
94 |
<details>
|
95 |
<summary>Expand</summary>
|
96 |
|
97 |
-
- learning_rate: `0.
|
98 |
- train_batch_size: `4`
|
99 |
- eval_batch_size: `8`
|
100 |
- seed: `42`
|
@@ -102,9 +102,9 @@ The following hyperparameters were used during training:
|
|
102 |
- lr_scheduler_type: `polynomial`
|
103 |
- lr_scheduler_warmup_ratio: `0.2`
|
104 |
- num_epochs: `1.0`
|
105 |
-
- distillation_objective: `DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=
|
106 |
- train_embeddings: `True`
|
107 |
-
- lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at
|
108 |
- student_model_name_or_path: `None`
|
109 |
- student_config_name_or_path: `distilbert/distilgpt2`
|
110 |
- 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=5, loss_fn=raw_mse, layer_mapper=layer-2, projector=orthogonal))
|
89 |
```
|
90 |
|
91 |
# Hyperparameters
|
|
|
94 |
<details>
|
95 |
<summary>Expand</summary>
|
96 |
|
97 |
+
- learning_rate: `0.0001`
|
98 |
- train_batch_size: `4`
|
99 |
- eval_batch_size: `8`
|
100 |
- seed: `42`
|
|
|
102 |
- lr_scheduler_type: `polynomial`
|
103 |
- lr_scheduler_warmup_ratio: `0.2`
|
104 |
- num_epochs: `1.0`
|
105 |
+
- distillation_objective: `DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=5, loss_fn=raw_mse, layer_mapper=layer-2, projector=orthogonal))`
|
106 |
- train_embeddings: `True`
|
107 |
+
- lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at 0x7f0234639960>`
|
108 |
- student_model_name_or_path: `None`
|
109 |
- student_config_name_or_path: `distilbert/distilgpt2`
|
110 |
- student_model_config: `None`
|
logs/attn_norm=None, attn_projector=orthogonal, attn_weight=5, learning_rate=0.0001, per_device_train_batch_size=4, warmup_ratio=0.2/events.out.tfevents.1725090105.23668649e3db
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69a5d9a7c5f4f52e8ae6ad8ba9229c4b78b3414c2552dcc98e2b6ea25d5435da
|
3 |
+
size 529
|