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

MetaCAT fixes and upgrades #495

Merged
merged 6 commits into from
Oct 14, 2024
Merged

MetaCAT fixes and upgrades #495

merged 6 commits into from
Oct 14, 2024

Commits on Oct 9, 2024

  1. MetaCAT fixes and upgrades

    Pushing for 3 updates:
    1) Removed the check and update for labels with zero data, as this was causing issues during evaluation
    2) Resolved an issue where the confusion matrix couldn't be calculated when testing on a single class with an F1 score of 1, as it expected the original number of training classes (3)
    3) Updated the attention mask creation to dynamically use the actual pad_idx value instead of assuming it to be 0
    shubham-s-agarwal committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    26642a4 View commit details
    Browse the repository at this point in the history
  2. Pushing type fix

    shubham-s-agarwal committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    210741c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9cdf03 View commit details
    Browse the repository at this point in the history
  4. Fixing type issues

    shubham-s-agarwal committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    994a11a View commit details
    Browse the repository at this point in the history
  5. Pushing change

    shubham-s-agarwal committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3be0dc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Pushing update w/o try except block

    For the issue where the confusion matrix couldn't be calculated when testing on a single class with an F1 score of 1, as it expected the original number of training classes (3), pushing an optimized version w/o the try except block
    shubham-s-agarwal committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fa8d321 View commit details
    Browse the repository at this point in the history