You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add deprecation warnings to dataset_formatting module
Per reviewer feedback, adding FutureWarning to all functions in dataset_formatting module instead of immediate removal. Functions will be removed in TRL 0.27.
- Added warnings.warn() to get_formatting_func_from_dataset()
- Added warnings.warn() to conversations_formatting_function()
- Added warnings.warn() to instructions_formatting_function()
- Updated docstrings with deprecation notices
- Added pytest.mark.filterwarnings to test class to suppress expected warnings
0 commit comments