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

[Model] Add classification Task with Qwen2ForSequenceClassification #9704

Merged
merged 15 commits into from
Oct 26, 2024

Commits on Oct 26, 2024

  1. classification compatible with debugginglogs.

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f31d0f2 View commit details
    Browse the repository at this point in the history
  2. fixed prefill error

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1bcdf25 View commit details
    Browse the repository at this point in the history
  3. add test code

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    faff871 View commit details
    Browse the repository at this point in the history
  4. remove unnecessary print and codes

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    568c2f9 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary print, modifiied pooling logic.

    Signed-off-by: Kevin-Yang <[email protected]>
    kakao-kevin-us authored and jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    20faf46 View commit details
    Browse the repository at this point in the history
  6. modified auto_cls logic, and lint check

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4afa7e1 View commit details
    Browse the repository at this point in the history
  7. remve unnecessary print

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8546773 View commit details
    Browse the repository at this point in the history
  8. make docstring accurate

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    bde37c2 View commit details
    Browse the repository at this point in the history
  9. add supported models

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    658176f View commit details
    Browse the repository at this point in the history
  10. modified docs

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f2ee1e2 View commit details
    Browse the repository at this point in the history
  11. add AutoWeightsLoader loading

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    18cf269 View commit details
    Browse the repository at this point in the history
  12. move test code under embedding

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    65d3f50 View commit details
    Browse the repository at this point in the history
  13. remove unnecessary code and update info

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3374de6 View commit details
    Browse the repository at this point in the history
  14. modified for linting

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    cc2a9ad View commit details
    Browse the repository at this point in the history
  15. revert softmax inside the pooledr

    Signed-off-by: Kevin-Yang <[email protected]>
    jason9693 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    81bad15 View commit details
    Browse the repository at this point in the history