You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Calculates the Minifinetuning loss between two logits tensors and with the presence of labels without reducing the sequence dim. This function implements the distillation loss found in the paper: https://arxiv.org/abs/2506.15702."""
241
+
"""
242
+
Calculates the Minifinetuning loss between two logits tensors and with the presence of labels
243
+
without reducing the sequence dim. This function implements the distillation loss found in the
0 commit comments