Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] label_list not being set for NLP token classification training if distillation teacher and student labels do not match #1414

Merged
merged 4 commits into from
Mar 4, 2023

Commits on Mar 2, 2023

  1. [Fix] Fix label_list not being set for NLP token classification train…

    …ing if distillation teacher and student labels do not match
    markurtz committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f7508fe View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Added two fixes: omitting the labels/indices matching for student/tea…

    …cher if teacher is a string; prioritizing teacher labels to student labels if teacher labels are string and student's int
    dbogunowicz committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    8981bdc View commit details
    Browse the repository at this point in the history
  2. revert previous int label patch - allow int labels to let given datas…

    …et be the source of truth
    bfineran committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    8ed6cf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbdc685 View commit details
    Browse the repository at this point in the history