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

Multilingual NLI Tasks #329

Merged
merged 43 commits into from
Sep 30, 2024
Merged

Multilingual NLI Tasks #329

merged 43 commits into from
Sep 30, 2024

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    5c69eb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39c4220 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a5cdca View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. draft

    hynky1999 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2df9a08 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. finish multichoice config

    hynky1999 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    95729ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aa0579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8f90a9 View commit details
    Browse the repository at this point in the history
  4. use punkt tab

    hynky1999 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f5a8717 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Update src/lighteval/utils/imports.py

    Co-authored-by: Nathan Habib <30601243+NathanHB@users.noreply.github.com>
    hynky1999 and NathanHB authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    227f572 View commit details
    Browse the repository at this point in the history
  2. Update src/lighteval/metrics/normalizations.py

    Co-authored-by: Nathan Habib <30601243+NathanHB@users.noreply.github.com>
    hynky1999 and NathanHB authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d80b3ba View commit details
    Browse the repository at this point in the history
  3. fix imports

    Hynek Kydlicek committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    532bdad View commit details
    Browse the repository at this point in the history
  4. remove unused import

    Hynek Kydlicek committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    75f7ac5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f99e330 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    92daf90 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    f2a801d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. finish implementation of templates + move stuff around

    Hynek Kydlicek committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    91d9d4f View commit details
    Browse the repository at this point in the history
  2. resolve nits

    Hynek Kydlicek committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9356cc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fbc731 View commit details
    Browse the repository at this point in the history
  4. fix utils

    hynky1999 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fa1fa83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db36e16 View commit details
    Browse the repository at this point in the history
  6. nicers tests + fix them

    hynky1999 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    44aeecf View commit details
    Browse the repository at this point in the history
  7. nicer todo

    hynky1999 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2bff963 View commit details
    Browse the repository at this point in the history
  8. add nice doscrings 📃

    hynky1999 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3c9eb21 View commit details
    Browse the repository at this point in the history
  9. add even more docstring

    hynky1999 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4216ae2 View commit details
    Browse the repository at this point in the history
  10. nit

    hynky1999 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d8f56b8 View commit details
    Browse the repository at this point in the history
  11. fix test

    hynky1999 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f26e88c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    111d615 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    7ca4239 View commit details
    Browse the repository at this point in the history
  2. translation literals

    hynky1999 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    22eeddb View commit details
    Browse the repository at this point in the history
  3. add nli

    hynky1999 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7faaa8a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. add rcb + chinese nli

    hynky1999 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ba44fe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d09256 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7324e89 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Update src/lighteval/tasks/multilingual/tasks.py

    Co-authored-by: Clémentine Fourrier <22726840+clefourrier@users.noreply.github.com>
    hynky1999 and clefourrier authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ca865bd View commit details
    Browse the repository at this point in the history
  2. Update src/lighteval/tasks/multilingual/tasks.py

    Co-authored-by: Clémentine Fourrier <22726840+clefourrier@users.noreply.github.com>
    hynky1999 and clefourrier authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1cc1187 View commit details
    Browse the repository at this point in the history
  3. Update src/lighteval/tasks/multilingual/tasks.py

    Co-authored-by: Clémentine Fourrier <22726840+clefourrier@users.noreply.github.com>
    hynky1999 and clefourrier authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d64251f View commit details
    Browse the repository at this point in the history
  4. Update src/lighteval/tasks/multilingual/tasks.py

    Co-authored-by: Clémentine Fourrier <22726840+clefourrier@users.noreply.github.com>
    hynky1999 and clefourrier authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9806fab View commit details
    Browse the repository at this point in the history
  5. Update src/lighteval/tasks/multilingual/tasks.py

    Co-authored-by: Clémentine Fourrier <22726840+clefourrier@users.noreply.github.com>
    hynky1999 and clefourrier authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    35d7e6d View commit details
    Browse the repository at this point in the history
  6. Update src/lighteval/tasks/multilingual/tasks.py

    Co-authored-by: Clémentine Fourrier <22726840+clefourrier@users.noreply.github.com>
    hynky1999 and clefourrier authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e560738 View commit details
    Browse the repository at this point in the history
  7. Update src/lighteval/tasks/multilingual/tasks.py

    Co-authored-by: Clémentine Fourrier <22726840+clefourrier@users.noreply.github.com>
    hynky1999 and clefourrier authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    99524c5 View commit details
    Browse the repository at this point in the history
  8. add two new tasks + docs

    hynky1999 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    150c76f View commit details
    Browse the repository at this point in the history
  9. Merge branch 'multilnag_nli_tasks' of github.com:huggingface/lighteva…

    …l into multilnag_nli_tasks
    hynky1999 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4e6100d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b561fe View commit details
    Browse the repository at this point in the history