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

Release SimpleQA on Hugging Face #35

Open
NielsRogge opened this issue Dec 14, 2024 · 0 comments
Open

Release SimpleQA on Hugging Face #35

NielsRogge opened this issue Dec 14, 2024 · 0 comments

Comments

@NielsRogge
Copy link

Hi,

It'd be great to make the SimpleQA dataset avaliable on https://huggingface.co/datasets for improved accessibility/discoverability. Currently, accessibility isn't the easiest, see #25.

This will also allow people to do:

from datasets import load_dataset

dataset = load_dataset("openai/simpleqa")

If you're down, leaving a guide here: https://huggingface.co/docs/datasets/loading#csv. It can then be pushed to the hub by doing dataset.push_to_hub("openai/simpleqa").

Besides that, there's the dataset viewer which allows people to quickly explore the first few rows of the data in the browser.

Let me know if you need any help!

Niels from HF

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

No branches or pull requests

1 participant