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

Support conversation_style of openai format (OpenAI API style) #890

Merged
merged 13 commits into from
Apr 28, 2024

Commits on Apr 27, 2024

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

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    1662ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa6cd95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eacfbeb View commit details
    Browse the repository at this point in the history
  4. fix __init__ import

    xingyaoww committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4d8a803 View commit details
    Browse the repository at this point in the history
  5. add draft tests

    xingyaoww committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5b8d379 View commit details
    Browse the repository at this point in the history
  6. Update torchtune/data/_converters.py

    Co-authored-by: Rafi Ayub <33648637+RdoubleA@users.noreply.github.com>
    xingyaoww and RdoubleA authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    66a5831 View commit details
    Browse the repository at this point in the history
  7. Update tests/torchtune/data/test_converters.py

    Co-authored-by: Rafi Ayub <33648637+RdoubleA@users.noreply.github.com>
    xingyaoww and RdoubleA authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3cb501d View commit details
    Browse the repository at this point in the history
  8. Update tests/torchtune/data/test_converters.py

    Co-authored-by: Rafi Ayub <33648637+RdoubleA@users.noreply.github.com>
    xingyaoww and RdoubleA authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    882c499 View commit details
    Browse the repository at this point in the history
  9. fix all test converters

    xingyaoww committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c38fa51 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d83dd7d View commit details
    Browse the repository at this point in the history
  11. remove additional line

    xingyaoww committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6393cca View commit details
    Browse the repository at this point in the history
  12. fix pyline

    xingyaoww committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    95f2386 View commit details
    Browse the repository at this point in the history