-
Notifications
You must be signed in to change notification settings - Fork 86
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 multiple supervisde evals, some cleanup around that #803
Conversation
@@ -184,31 +184,6 @@ def gcs_glob(pattern: str) -> list[str]: | |||
return matching_urls | |||
|
|||
|
|||
def datasource_from_chat_jsonl( |
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.
this just moved to text
return out | ||
|
||
|
||
def mk_supervised_dataset( |
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.
Seems like we are replacing this with mk_supervised_datasets? Do we still need this function then?
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.
it's still used in sft.py atm but i'd like to remove it
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.
Sounds good
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.
Overall LGTM! I think it's probably better that we get this merged into main, and I can change the revise sft PR accordingly.
No description provided.