generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conversational dataset support for Online DPO (#2075)
* first modifications in the documentation * Add script for processing ultrafeedback prompt dataset * Remove unused variable in ultrafeedback.py * style * apply chat template within the init * extend test * new default lr * nash md and xpo conv test * Update prompt length check to 512 characters * remove `maybe_apply_chat_template` in XPO and Nash examples * polish online dpo doc * better section name * LogCompletionsCallback doc * optional generation config * reorder stats (consistency with online dpo) * update online dpo doc * format online dpo config * format nash_md config * update nash md * Nash MD -> Nash-MD * xpo doc * doc
- Loading branch information
1 parent
4d82676
commit 6920c2d
Showing
19 changed files
with
377 additions
and
122 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,7 @@ | |
## WinRateCallback | ||
|
||
[[autodoc]] WinRateCallback | ||
|
||
## LogCompletionsCallback | ||
|
||
[[autodoc]] LogCompletionsCallback |
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
Oops, something went wrong.