xfactlab / orpo

Official repository for ORPO
Apache License 2.0
412 stars 38 forks source link

Fix `test_orpo_trainer_demo.py` #15

Closed alvarobartt closed 5 months ago

alvarobartt commented 5 months ago

Description

This PR fixes the test_orpo_trainer_demo.py as it was overriding the value of sample["chosen"] leading to a bad formatting within the prompt.

Additionally, this PR also applies the following minor changes related to formatting and readability:

jiwooya1000 commented 5 months ago

Thank you for the fix and clarification @alvarobartt😃