End of training
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ More information needed
|
|
44 |
|
45 |
# Resource Usage Comparison
|
46 |
|
47 |
-
- VRAM Use: 7.
|
48 |
|
49 |
# Distillation (Teacher -> Student) Architecture Difference:
|
50 |
|
@@ -75,7 +75,7 @@ More information needed
|
|
75 |
<br/>
|
76 |
|
77 |
# Train Dataset
|
78 |
-
Trained on 226,
|
79 |
|
80 |
- Num Samples: `396,000`
|
81 |
- Subset: `20231101.en`
|
@@ -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`
|
@@ -103,7 +103,7 @@ The following hyperparameters were used during training:
|
|
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=5, loss_fn=raw_mse, layer_mapper=layer-2, norm=layernorm, projector=mlp))`
|
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`
|
|
|
44 |
|
45 |
# Resource Usage Comparison
|
46 |
|
47 |
+
- VRAM Use: 7.4167 GB
|
48 |
|
49 |
# Distillation (Teacher -> Student) Architecture Difference:
|
50 |
|
|
|
75 |
<br/>
|
76 |
|
77 |
# Train Dataset
|
78 |
+
Trained on 226,096,614 tokens from the [wikimedia/wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia) dataset.
|
79 |
|
80 |
- Num Samples: `396,000`
|
81 |
- Subset: `20231101.en`
|
|
|
94 |
<details>
|
95 |
<summary>Expand</summary>
|
96 |
|
97 |
+
- learning_rate: `0.0002`
|
98 |
- train_batch_size: `4`
|
99 |
- eval_batch_size: `8`
|
100 |
- seed: `42`
|
|
|
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=5, loss_fn=raw_mse, layer_mapper=layer-2, norm=layernorm, projector=mlp))`
|
105 |
- train_embeddings: `True`
|
106 |
+
- lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at 0x7f29d075f4c0>`
|
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=mlp, attn_weight=5, learning_rate=0.0002, per_device_train_batch_size=4, warmup_ratio=0/events.out.tfevents.1725011902.63bdd91cff03
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd5b08080b7bf80ae533ae5ebeac20e05577fb56b04e33a7e2533729b3bfbd85
|
3 |
+
size 529
|