End of training
Browse files
README.md
CHANGED
|
@@ -95,7 +95,7 @@ The following hyperparameters were used during training:
|
|
| 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
|
| 99 |
- student_model_name_or_path: `None`
|
| 100 |
- student_config_name_or_path: `None`
|
| 101 |
- student_model_config: `None`
|
|
@@ -114,7 +114,7 @@ The following hyperparameters were used during training:
|
|
| 114 |
- dataset_test_size: `0.01`
|
| 115 |
- gradient_accumulation_steps: `1`
|
| 116 |
- weight_decay: `0.0`
|
| 117 |
-
- max_grad_norm: `
|
| 118 |
- warmup_ratio: `0.5`
|
| 119 |
- warmup_steps: `0`
|
| 120 |
- gradient_checkpointing: `True`
|
|
|
|
| 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 0x74d6ca592a70>`
|
| 99 |
- student_model_name_or_path: `None`
|
| 100 |
- student_config_name_or_path: `None`
|
| 101 |
- student_model_config: `None`
|
|
|
|
| 114 |
- dataset_test_size: `0.01`
|
| 115 |
- gradient_accumulation_steps: `1`
|
| 116 |
- weight_decay: `0.0`
|
| 117 |
+
- max_grad_norm: `100`
|
| 118 |
- warmup_ratio: `0.5`
|
| 119 |
- warmup_steps: `0`
|
| 120 |
- gradient_checkpointing: `True`
|