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 multi-class, multi-label and regression to transformers #11012

Merged
merged 23 commits into from
May 4, 2021

Commits on Apr 1, 2021

  1. add to bert

    abhishekkrthakur committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    b06c721 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. review comments

    abhishekkrthakur committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    9fa6486 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Update src/transformers/configuration_utils.py

    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    abhishekkrthakur and sgugger committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    0a4c885 View commit details
    Browse the repository at this point in the history
  2. Update src/transformers/configuration_utils.py

    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    abhishekkrthakur and sgugger committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    d5108de View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    7eff70d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb61ee View commit details
    Browse the repository at this point in the history
  3. fix style

    abhishekkrthakur committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    5a9303a View commit details
    Browse the repository at this point in the history
  4. fix

    abhishekkrthakur committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    b26a4d1 View commit details
    Browse the repository at this point in the history
  5. fin

    abhishekkrthakur committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    f7ef550 View commit details
    Browse the repository at this point in the history
  6. fix

    abhishekkrthakur committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    90e732e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    bc64705 View commit details
    Browse the repository at this point in the history
  2. update doc

    abhishekkrthakur committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    a687665 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. fix

    abhishekkrthakur committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    557f2a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e962403 View commit details
    Browse the repository at this point in the history
  3. test

    abhishekkrthakur committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    157d7d4 View commit details
    Browse the repository at this point in the history
  4. Test more problem types

    LysandreJik committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    9046ff2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Update src/transformers/configuration_utils.py

    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    abhishekkrthakur and sgugger committed May 3, 2021
    Configuration menu
    Copy the full SHA
    00d053a View commit details
    Browse the repository at this point in the history
  2. fix

    abhishekkrthakur committed May 3, 2021
    Configuration menu
    Copy the full SHA
    bb0edc4 View commit details
    Browse the repository at this point in the history
  3. remove

    abhishekkrthakur committed May 3, 2021
    Configuration menu
    Copy the full SHA
    b63cc8e View commit details
    Browse the repository at this point in the history
  4. fix

    abhishekkrthakur committed May 3, 2021
    Configuration menu
    Copy the full SHA
    9e6a8b4 View commit details
    Browse the repository at this point in the history
  5. quality

    abhishekkrthakur committed May 3, 2021
    Configuration menu
    Copy the full SHA
    4729da4 View commit details
    Browse the repository at this point in the history
  6. make fix-copies

    abhishekkrthakur committed May 3, 2021
    Configuration menu
    Copy the full SHA
    9f67439 View commit details
    Browse the repository at this point in the history
  7. remove test

    abhishekkrthakur committed May 3, 2021
    Configuration menu
    Copy the full SHA
    fd6787a View commit details
    Browse the repository at this point in the history