lapp0 commited on
Commit
466a855
1 Parent(s): 674817d

End of training

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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=raw_mse, layer_mapper=layer-2, projector=orthogonal))`
97
  - train_embeddings: `True`
98
- - lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at 0x7f4fec89fb80>`
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: `100`
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=raw_mse, layer_mapper=layer-2, projector=orthogonal))`
97
  - train_embeddings: `True`
98
+ - lr_scheduler: `<torch.optim.lr_scheduler.LambdaLR object at 0x7f4fc8470190>`
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: `1.0`
118
  - warmup_ratio: `0.5`
119
  - warmup_steps: `0`
120
  - gradient_checkpointing: `True`