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

Generalize HF datasets to a collection of HF datasets via hf_datasets #1090

Closed
wants to merge 11 commits into from

Conversation

chimezie
Copy link
Contributor

@chimezie chimezie commented Nov 4, 2024

To support the following dataset configuration:

hf_datasets: 
  - hf_dataset:
        name: "Open-Orca/OpenOrca"
        train_split: "train[:90%]"
        valid_split: "train[-10%:]"
        prompt_feature: "question"
        completion_feature: "response"
  - hf_dataset:
        name: "trl-lib/ultrafeedback_binarized"
        train_split: "train[:90%]"
        valid_split: "train[-10%:]"
        chat_feature: "chosen"

adding support for custom chat HF datasets (addressing #1088 and relevant for #513) and fixing (#1087)

@chimezie
Copy link
Contributor Author

Superseded by #1103

@chimezie chimezie closed this Nov 13, 2024
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.

1 participant