generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🗺️ Implementation DiscoPOP Loss #2323
Merged
Merged
Changes from 10 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
45e19d2
Implement DiscoPOP Loss
fanconic c93ee1c
Updated DiscoPOP documentation
fanconic f3e9f81
Corrected docs/source/dpo_trainer.mdx
fanconic 3d56cf3
Update docs/source/dpo_trainer.mdx
fanconic 228c2c9
Update trl/trainer/dpo_config.py
fanconic 05aea62
Update trl/trainer/dpo_trainer.py
fanconic e905827
Update trl/trainer/dpo_trainer.py
fanconic 5ff1e1a
Update trl/trainer/dpo_trainer.py
fanconic 53d3ca0
Update trl/trainer/dpo_config.py
fanconic 4139972
Update trl/trainer/dpo_config.py
fanconic ce60650
Merge branch 'main' into discopop_loss
qgallouedec 01fd3ec
Update trl/trainer/dpo_config.py
qgallouedec 866434a
Merge branch 'main' into discopop_loss
qgallouedec f1e2063
Merge branch 'main' into discopop_loss
fanconic 7991057
Merge branch 'main' into discopop_loss
qgallouedec e4df418
Delete scripts directory
qgallouedec b2f4316
Merge branch 'main' into discopop_loss
qgallouedec 97d8478
style
qgallouedec 533f5ab
Merge branch 'discopop_loss' of https://github.com/fanconic/trl into …
qgallouedec b8dd80e
empty commit
qgallouedec File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/home/azureuser/caf83/trl/examples/scripts/ | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, this slipped in there when adding changed files. Good catch