Skip to content
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

Merged
merged 4 commits into from
Nov 13, 2024

Conversation

dlwh
Copy link
Member

@dlwh dlwh commented Nov 13, 2024

No description provided.

@@ -184,31 +184,6 @@ def gcs_glob(pattern: str) -> list[str]:
return matching_urls


def datasource_from_chat_jsonl(
Copy link
Member Author

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(
Copy link
Contributor

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?

Copy link
Member Author

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good

Copy link
Contributor

@ahmeda14960 ahmeda14960 left a 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.

@dlwh dlwh merged commit 63f2f3a into main Nov 13, 2024
7 of 8 checks passed
@dlwh dlwh deleted the supervised_refactor branch November 13, 2024 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants