Training in progress, step 61875
Browse files- README.md +7 -7
- config.json +1 -1
- generation_config.json +1 -1
- logs/attn_layer_mapper=layer-2, attn_loss_fn=cos, attn_projector=orthogonal_batchnorm, max_grad_norm=100/events.out.tfevents.1724947283.d9703cfffc0c +3 -0
- logs/attn_layer_mapper=layer-2, attn_loss_fn=cos, attn_projector=orthogonal_batchnorm/completed.flag +0 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -46,7 +46,7 @@ More information needed
|
|
| 46 |
|
| 47 |
# Resource Usage Comparison
|
| 48 |
|
| 49 |
-
- VRAM Use: 7.
|
| 50 |
|
| 51 |
# Distillation (Teacher -> Student) Architecture Difference:
|
| 52 |
|
|
@@ -76,7 +76,7 @@ Trained on 145,744,973 tokens from the [wikimedia/wikipedia](https://huggingface
|
|
| 76 |
# Training Objective
|
| 77 |
|
| 78 |
```
|
| 79 |
-
DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=25.0, loss_fn=
|
| 80 |
```
|
| 81 |
|
| 82 |
# Hyperparameters
|
|
@@ -93,9 +93,9 @@ The following hyperparameters were used during training:
|
|
| 93 |
- lr_scheduler_type: `cosine_with_min_lr`
|
| 94 |
- lr_scheduler_warmup_ratio: `0.5`
|
| 95 |
- num_epochs: `1.0`
|
| 96 |
-
- distillation_objective: `DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=25.0, loss_fn=
|
| 97 |
- train_embeddings: `True`
|
| 98 |
-
- lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at
|
| 99 |
- student_model_name_or_path: `None`
|
| 100 |
- student_config_name_or_path: `None`
|
| 101 |
- student_model_config: `None`
|
|
@@ -124,7 +124,7 @@ The following hyperparameters were used during training:
|
|
| 124 |
|
| 125 |
|
| 126 |
# Framework Versions
|
| 127 |
-
- Distily 0.4.
|
| 128 |
-
- Transformers 4.44.
|
| 129 |
-
- Pytorch 2.
|
| 130 |
- Datasets 2.21.0
|
|
|
|
| 46 |
|
| 47 |
# Resource Usage Comparison
|
| 48 |
|
| 49 |
+
- VRAM Use: 7.7872 GB
|
| 50 |
|
| 51 |
# Distillation (Teacher -> Student) Architecture Difference:
|
| 52 |
|
|
|
|
| 76 |
# Training Objective
|
| 77 |
|
| 78 |
```
|
| 79 |
+
DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=25.0, loss_fn=cos, layer_mapper=layer-2, projector=orthogonal_batchnorm))
|
| 80 |
```
|
| 81 |
|
| 82 |
# Hyperparameters
|
|
|
|
| 93 |
- lr_scheduler_type: `cosine_with_min_lr`
|
| 94 |
- lr_scheduler_warmup_ratio: `0.5`
|
| 95 |
- num_epochs: `1.0`
|
| 96 |
+
- distillation_objective: `DistillationObjective(logits_loss_component=LossComponent(label=logits, weight=1, loss_fn=kl), attn_loss_component=LossComponent(label=attn, weight=25.0, loss_fn=cos, layer_mapper=layer-2, projector=orthogonal_batchnorm))`
|
| 97 |
- train_embeddings: `True`
|
| 98 |
+
- lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at 0x74d6ccc902e0>`
|
| 99 |
- student_model_name_or_path: `None`
|
| 100 |
- student_config_name_or_path: `None`
|
| 101 |
- student_model_config: `None`
|
|
|
|
| 124 |
|
| 125 |
|
| 126 |
# Framework Versions
|
| 127 |
+
- Distily 0.4.0
|
| 128 |
+
- Transformers 4.44.2
|
| 129 |
+
- Pytorch 2.3.0
|
| 130 |
- Datasets 2.21.0
|
config.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
| 33 |
}
|
| 34 |
},
|
| 35 |
"torch_dtype": "bfloat16",
|
| 36 |
-
"transformers_version": "4.44.
|
| 37 |
"use_cache": true,
|
| 38 |
"vocab_size": 50257
|
| 39 |
}
|
|
|
|
| 33 |
}
|
| 34 |
},
|
| 35 |
"torch_dtype": "bfloat16",
|
| 36 |
+
"transformers_version": "4.44.2",
|
| 37 |
"use_cache": true,
|
| 38 |
"vocab_size": 50257
|
| 39 |
}
|
generation_config.json
CHANGED
|
@@ -2,5 +2,5 @@
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 50256,
|
| 4 |
"eos_token_id": 50256,
|
| 5 |
-
"transformers_version": "4.44.
|
| 6 |
}
|
|
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 50256,
|
| 4 |
"eos_token_id": 50256,
|
| 5 |
+
"transformers_version": "4.44.2"
|
| 6 |
}
|
logs/attn_layer_mapper=layer-2, attn_loss_fn=cos, attn_projector=orthogonal_batchnorm, max_grad_norm=100/events.out.tfevents.1724947283.d9703cfffc0c
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e28699b000382f159d9e82f2139b29f0de0293247529f60d0df6431bdef9132
|
| 3 |
+
size 29625381
|
logs/attn_layer_mapper=layer-2, attn_loss_fn=cos, attn_projector=orthogonal_batchnorm/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 248894656
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5077f4511637f3ef362d7333bd324d0d3037cdcd0d1373884507acf75954834e
|
| 3 |
size 248894656
|
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:bc86e41c929d40fef9cfcf7ed0f9854b8455aa1cc23553c59926d2cbab39ae97
|
| 3 |
size 5560
|