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
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
[Fix] label_list not being set for NLP token classification training if distillation teacher and student labels do not match (#1414)
* [Fix] Fix label_list not being set for NLP token classification training if distillation teacher and student labels do not match
* Added two fixes: omitting the labels/indices matching for student/teacher if teacher is a string; prioritizing teacher labels to student labels if teacher labels are string and student's int
* revert previous int label patch - allow int labels to let given dataset be the source of truth
* only override label_list when teacher and student labels sets are equal
---------
Co-authored-by: Damian <[email protected]>
Co-authored-by: Benjamin <[email protected]>
0 commit comments