Training in progress, step 49500
Browse files- README.md +6 -6
- logs/attn_norm=None, attn_projector=orthogonal, attn_weight=5, learning_rate=0.0002, per_device_train_batch_size=8, warmup_ratio=0/completed.flag +0 -0
- logs/attn_norm=instancenorm, attn_projector=orthogonal, attn_weight=5, learning_rate=0.0002, per_device_train_batch_size=8, warmup_ratio=0/events.out.tfevents.1725162765.849724f928d2 +3 -0
- logs/attn_norm=rmsnorm, attn_projector=orthogonal, attn_weight=5, learning_rate=0.0002, per_device_train_batch_size=8, warmup_ratio=0/events.out.tfevents.1725162642.849724f928d2 +3 -0
- logs/attn_norm=rmsnorm_teacher_only, attn_projector=orthogonal, attn_weight=5, learning_rate=0.0002, per_device_train_batch_size=8, warmup_ratio=0/events.out.tfevents.1725162703.849724f928d2 +3 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -44,7 +44,7 @@ More information needed
|
|
44 |
|
45 |
# Resource Usage Comparison
|
46 |
|
47 |
-
- VRAM Use: 8.
|
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`
|
@@ -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=5, loss_fn=raw_mse, layer_mapper=layer-2,
|
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,
|
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`
|
@@ -134,5 +134,5 @@ The following hyperparameters were used during training:
|
|
134 |
# Framework Versions
|
135 |
- Distily 0.4.1
|
136 |
- Transformers 4.44.2
|
137 |
-
- Pytorch 2.
|
138 |
- Datasets 2.21.0
|
|
|
44 |
|
45 |
# Resource Usage Comparison
|
46 |
|
47 |
+
- VRAM Use: 8.0719 GB
|
48 |
|
49 |
# Distillation (Teacher -> Student) Architecture Difference:
|
50 |
|
|
|
75 |
<br/>
|
76 |
|
77 |
# Train Dataset
|
78 |
+
Trained on 226,120,971 tokens from the [wikimedia/wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia) dataset.
|
79 |
|
80 |
- Num Samples: `396,000`
|
81 |
- Subset: `20231101.en`
|
|
|
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
|
|
|
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, projector=orthogonal))`
|
105 |
- train_embeddings: `True`
|
106 |
+
- lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at 0x7f69141039a0>`
|
107 |
- student_model_name_or_path: `None`
|
108 |
- student_config_name_or_path: `distilbert/distilgpt2`
|
109 |
- student_model_config: `None`
|
|
|
134 |
# Framework Versions
|
135 |
- Distily 0.4.1
|
136 |
- Transformers 4.44.2
|
137 |
+
- Pytorch 2.3.0
|
138 |
- Datasets 2.21.0
|
logs/attn_norm=None, attn_projector=orthogonal, attn_weight=5, learning_rate=0.0002, per_device_train_batch_size=8, warmup_ratio=0/completed.flag
ADDED
File without changes
|
logs/attn_norm=instancenorm, attn_projector=orthogonal, attn_weight=5, learning_rate=0.0002, per_device_train_batch_size=8, warmup_ratio=0/events.out.tfevents.1725162765.849724f928d2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:773a0812c51636ddf755cbc84c24d083c3f370e58d83774a9d1cd77b1d7234f6
|
3 |
+
size 23671670
|
logs/attn_norm=rmsnorm, attn_projector=orthogonal, attn_weight=5, learning_rate=0.0002, per_device_train_batch_size=8, warmup_ratio=0/events.out.tfevents.1725162642.849724f928d2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a4be4d2068250adb38638220a3cc35625faff37702acdede2c3dce8d70b8de7
|
3 |
+
size 5780
|
logs/attn_norm=rmsnorm_teacher_only, attn_projector=orthogonal, attn_weight=5, learning_rate=0.0002, per_device_train_batch_size=8, warmup_ratio=0/events.out.tfevents.1725162703.849724f928d2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a0a5f9bdb136c2b2d9e567699d5d614a56f0ca9e76c9fbc2244c1eb1b708ff3
|
3 |
+
size 5806
|
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:37928efaf6e1955069debf9065abe3795dbaaf09ac1735d23f28a942a3008baf
|
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 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6d2c2667d6e25d0055e7408133a5d519bff47baef4365bdc3c0e5227047da28
|
3 |
size 5560
|