↓ 1 callersMethod__init__(self, crossentropy_weight=1, distillation_weight=1, student_temperature=1, teacher_temperature=1, skip_studen
models/distillation_model.py:38
↓ 1 callersFunctiontrain(model, train_dataloader, eval_dataloader, optimizer, lr_scheduler, gradient_accumulation_steps, train_config,
train/train_utils.py:16
Methodforward(self, student_input_ids, student_attention_mask, student_labels, teacher_input_ids, teacher_attention_mask, t
models/distillation_model.py:21
Methodforward(self, student_predictions, teacher_predictions, student_targets, teacher_targets, rank=0)
models/distillation_model.py:65