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

adding early stop callback to ptuning #6028

Merged
merged 42 commits into from
Feb 16, 2023
Merged

Commits on Dec 15, 2022

  1. patch to allow using tokenizers without additional_special_tokens_ids…

    … attribute
    
    Signed-off-by: arendu <adithya.r@gmail.com>
    arendu committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    2b95406 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

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

Commits on Dec 20, 2022

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

Commits on Jan 5, 2023

  1. merge main

    Signed-off-by: arendu <adithya.r@gmail.com>
    arendu committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d0e3669 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    0a19a5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec3d57b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64e36ba View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

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

Commits on Jan 10, 2023

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

Commits on Jan 11, 2023

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

Commits on Jan 12, 2023

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

Commits on Jan 19, 2023

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

Commits on Jan 20, 2023

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

Commits on Jan 23, 2023

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

Commits on Jan 24, 2023

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

Commits on Jan 30, 2023

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

Commits on Jan 31, 2023

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

Commits on Feb 8, 2023

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

Commits on Feb 10, 2023

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

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    15aee0c View commit details
    Browse the repository at this point in the history
  2. early stop callback for prompt/p tuning

    Signed-off-by: arendu <adithya.r@gmail.com>
    arendu committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    3fe8e34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d2666c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1af3e79 View commit details
    Browse the repository at this point in the history
  5. update

    Signed-off-by: arendu <adithya.r@gmail.com>
    arendu committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    ecbb118 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8af4d3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0d9ea4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8651935 View commit details
    Browse the repository at this point in the history
  9. added exp manager config for early stop

    Signed-off-by: arendu <adithya.r@gmail.com>
    arendu committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    2b569e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d6f48d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    409d94e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a10284d View commit details
    Browse the repository at this point in the history
  13. pushed logic for creating early stopping inside exp manager

    Signed-off-by: arendu <adithya.r@gmail.com>
    arendu committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f155911 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    858d46a View commit details
    Browse the repository at this point in the history
  15. pushed logic for creating early stopping inside exp manager

    Signed-off-by: arendu <adithya.r@gmail.com>
    arendu committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6ae6188 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0aefe59 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. minor updates and added dataclass check

    Signed-off-by: arendu <adithya.r@gmail.com>
    arendu committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2f1111d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60e0d25 View commit details
    Browse the repository at this point in the history
  3. more args

    Signed-off-by: arendu <adithya.r@gmail.com>
    arendu committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2b8d254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cac3df9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f35842 View commit details
    Browse the repository at this point in the history
  6. more args

    Signed-off-by: arendu <adithya.r@gmail.com>
    arendu committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a176efb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c31d4aa View commit details
    Browse the repository at this point in the history