Skip to content

feat: load HF datasets in inference#80

Merged
dongwang218 merged 4 commits intofacebookresearch:mainfrom
neuralsorcerer:feat-hf-inference
Sep 3, 2025
Merged

feat: load HF datasets in inference#80
dongwang218 merged 4 commits intofacebookresearch:mainfrom
neuralsorcerer:feat-hf-inference

Conversation

@neuralsorcerer
Copy link
Contributor

Changes:

  • Implemented direct Hugging Face dataset ingestion by introducing a new load_from_hf_dataset helper and extending the inference entry point with optional input_hf_dataset and hf_dataset_split parameters, allowing users to skip manual JSONL conversion.
  • Extended the CLI’s inference method to accept input_hf_dataset and hf_dataset_split parameters, routing them to the application API.

Why?

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Aug 29, 2025
@neuralsorcerer neuralsorcerer marked this pull request as draft August 29, 2025 21:51
@neuralsorcerer neuralsorcerer marked this pull request as ready for review August 29, 2025 22:08
@dongwang218 dongwang218 merged commit dfde144 into facebookresearch:main Sep 3, 2025
5 checks passed
@neuralsorcerer neuralsorcerer deleted the feat-hf-inference branch September 3, 2025 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support HuggingFace Dataset in Inference Command

2 participants