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

Add BloomForSequenceClassification and BloomForTokenClassification classes #17639

Merged

Commits on Jun 9, 2022

  1. add new bloom classes

    haileyschoelkopf committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    35996fc View commit details
    Browse the repository at this point in the history
  2. (feat) add bloom classification tests; make style

    haileyschoelkopf committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    56b5c16 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. style: change import in test

    haileyschoelkopf committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    ccba202 View commit details
    Browse the repository at this point in the history
  2. add some typehints to bloom classes

    haileyschoelkopf committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    bf546ee View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. merge main into branch

    haileyschoelkopf committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5656360 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    haileyschoelkopf committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8c0ab2c View commit details
    Browse the repository at this point in the history
  3. fix: input checking in bloom seq classification

    haileyschoelkopf committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    4134e49 View commit details
    Browse the repository at this point in the history
  4. fix tests

    haileyschoelkopf committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8402089 View commit details
    Browse the repository at this point in the history
  5. change model class tests

    haileyschoelkopf committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    bfc6d49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    331ad3c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. fix few tests

    - more tests should pass
    - one test left
    younesbelkada committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d9fc6fb View commit details
    Browse the repository at this point in the history
  2. make token classifier return hidden states

    haileyschoelkopf committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a41b278 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'bloom_classification_heads' of https://github.com/haile…

    …yschoelkopf/transformers into bloom_classification_heads
    haileyschoelkopf committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    1d59140 View commit details
    Browse the repository at this point in the history
  4. style: make BLOOM typehints consistent

    Co-authored-by: Younes Belkada <49240599+younesbelkada@users.noreply.github.com>
    haileyschoelkopf and younesbelkada committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    194996e View commit details
    Browse the repository at this point in the history