Training in progress, step 123750
Browse files- README.md +5 -5
- logs/attn_norm=instancenorm, attn_projector=mlp, attn_weight=5, learning_rate=0.0001, per_device_train_batch_size=8, warmup_ratio=0/events.out.tfevents.1725297524.cfb07cadeb51 +3 -0
- logs/attn_norm=layernorm, attn_projector=mlp, attn_weight=5, learning_rate=0.0001, per_device_train_batch_size=8, warmup_ratio=0/completed.flag +0 -0
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -44,7 +44,7 @@ More information needed
|
|
44 |
|
45 |
# Resource Usage Comparison
|
46 |
|
47 |
-
- VRAM Use: 15.
|
48 |
|
49 |
# Distillation (Teacher -> Student) Architecture Difference:
|
50 |
|
@@ -85,7 +85,7 @@ Trained on 521,413,804 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=5, loss_fn=raw_mse, layer_mapper=layer-2, norm=layernorm, projector=
|
89 |
```
|
90 |
|
91 |
# Hyperparameters
|
@@ -101,9 +101,9 @@ The following hyperparameters were used during training:
|
|
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=5, loss_fn=raw_mse, layer_mapper=layer-2, norm=layernorm, projector=
|
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`
|
@@ -135,4 +135,4 @@ The following hyperparameters were used during training:
|
|
135 |
- Distily 0.4.1
|
136 |
- Transformers 4.44.2
|
137 |
- Pytorch 2.4.0+cu121
|
138 |
-
- Datasets 2.
|
|
|
44 |
|
45 |
# Resource Usage Comparison
|
46 |
|
47 |
+
- VRAM Use: 15.6974 GB
|
48 |
|
49 |
# Distillation (Teacher -> Student) Architecture Difference:
|
50 |
|
|
|
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, norm=layernorm, projector=mlp))
|
89 |
```
|
90 |
|
91 |
# Hyperparameters
|
|
|
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=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 0x7f45f0708a30>`
|
107 |
- student_model_name_or_path: `None`
|
108 |
- student_config_name_or_path: `distilbert/distilgpt2`
|
109 |
- student_model_config: `None`
|
|
|
135 |
- Distily 0.4.1
|
136 |
- Transformers 4.44.2
|
137 |
- Pytorch 2.4.0+cu121
|
138 |
+
- Datasets 2.21.0
|
logs/attn_norm=instancenorm, attn_projector=mlp, attn_weight=5, learning_rate=0.0001, per_device_train_batch_size=8, warmup_ratio=0/events.out.tfevents.1725297524.cfb07cadeb51
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1974852d6c80cfd6201f738c3c7d4974389c53783942f77bccb35bfdb32b503
|
3 |
+
size 59393268
|
logs/attn_norm=layernorm, attn_projector=mlp, attn_weight=5, learning_rate=0.0001, per_device_train_batch_size=8, warmup_ratio=0/completed.flag
ADDED
File without changes
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 163832792
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97eaca758ea5e7cc8386d5c9b3bae063e4da04c4bfdc74655ce5c71c141d1107
|
3 |
size 163832792
|
training_args.bin
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:9c0b435009b4f15b6906cef7601aa9249dc13d794dcfd29e757561ebcd5b927b
|
3 |
+
size 5560
|