lapp0 commited on
Commit
f3551b8
1 Parent(s): f13b828

Training in progress, step 123750

Browse files
README.md CHANGED
@@ -44,7 +44,7 @@ More information needed
44
 
45
  # Resource Usage Comparison
46
 
47
- - VRAM Use: 15.7006 GB
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=instance_teacher_only, projector=orthogonal))
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.0001`
98
  - train_batch_size: `8`
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=5, loss_fn=raw_mse, layer_mapper=layer-2, norm=instance_teacher_only, projector=orthogonal))`
105
  - train_embeddings: `True`
106
- - lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at 0x7f3d6a80fa90>`
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.18.0
 
44
 
45
  # Resource Usage Comparison
46
 
47
+ - VRAM Use: 15.6991 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=instancenorm, projector=mlp))
89
  ```
90
 
91
  # Hyperparameters
 
94
  <details>
95
  <summary>Expand</summary>
96
 
97
+ - learning_rate: `0.0002`
98
  - train_batch_size: `8`
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=5, loss_fn=raw_mse, layer_mapper=layer-2, norm=instancenorm, projector=mlp))`
105
  - train_embeddings: `True`
106
+ - lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at 0x7f9bc82700a0>`
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=instance_teacher_only, attn_projector=mlp, attn_weight=5, learning_rate=0.0002, per_device_train_batch_size=8, warmup_ratio=0/events.out.tfevents.1725332203.849724f928d2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:469f1454518e35a5ebc1ae31df4dfc2e929c558b0e92253be1c560b4ebd8a5e3
3
+ size 59393286
logs/attn_norm=instancenorm, attn_projector=mlp, attn_weight=5, learning_rate=0.0002, 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:a42e0363b74fe69eae4b567c4028f2b6ae9eb5c47147f78afd55d87f42093b76
3
  size 163832792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e15077a3d001754ae5e39320a1c90e313d3445ee1576402469042f7549596bd
3
  size 163832792
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d7b2087ed8d80950ecd4c57013fd14f8c8c48b7a8dd54482b90b1b1124adde9
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5023f2f269a8ea7e6c4073104957dfb2ce951344a1e9ea9bb9bcdd052e96daf9
3
  size 5624