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

CPT Tuner #2168

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

CPT Tuner #2168

wants to merge 25 commits into from

Commits on Oct 22, 2024

  1. added CPT model to peft

    tsachiblau committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    92b9e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e54d380 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    54cddaf View commit details
    Browse the repository at this point in the history
  2. Added arXiv link to the paper, integrated CPT into testing framework,…

    … created _cpt_forward for readability, updated copyright to 2024, renamed class to CPTPromptInit, changed config variables to lowercase and list[int], removed exception catch from tests, added assertion docs, removed batch_size=1 test, and renamed test file to test_cpt.py.
    tsachiblau committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2dfe70f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba4b115 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    f8c8317 View commit details
    Browse the repository at this point in the history
  2. config: Added config check in __post_init__. Removed redundant initia…

    …lization in config. Renamed cpt_prompt_tuning_init to cpt_prompt_init. Changed the class from PeftConfig to PromptLearningConfig.
    
    model: Removed check_config function.
    
    peft_model: Fixed bugs.
    
    tests: Added PeftTestConfigManagerForDecoderModels in test_decoder_models.py and testing_common.py.
    tsachiblau committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bd2fc70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b01b214 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    6ed1723 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77bb0b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbcdedf View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    f7138d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a5fb20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7206db5 View commit details
    Browse the repository at this point in the history
  4. merge with main branch

    tsachiblau committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    24b0af9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. make style

    tsachiblau committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    81ffa09 View commit details
    Browse the repository at this point in the history
  2. make style

    tsachiblau committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    130ec76 View commit details
    Browse the repository at this point in the history
  3. make style

    tsachiblau committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    70067d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. make doc

    tsachiblau committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9397314 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    249713c View commit details
    Browse the repository at this point in the history
  2. Removed redundant checks

    tsachiblau committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    0a43473 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Fixed errors

    tsachiblau committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    144f042 View commit details
    Browse the repository at this point in the history
  2. merge with peft

    tsachiblau committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    97449da View commit details
    Browse the repository at this point in the history
  3. Minor code updates.

    tsachiblau committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dacb400 View commit details
    Browse the repository at this point in the history