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

Make dataset discoverable on HF #1

Open
NielsRogge opened this issue Jul 18, 2024 · 2 comments
Open

Make dataset discoverable on HF #1

NielsRogge opened this issue Jul 18, 2024 · 2 comments

Comments

@NielsRogge
Copy link

Hi there,

Congrats on releasing the paper and dataset! Niels here from the open-source team at Hugging Face. I was wondering whether you would be up for making your dataset as a dedicated dataset repository, rather than adding them as part of the model repo. This way, people can do:

from datasets import load_dataset

dataset = load_dataset("qcznlp/uncertainty-attack")

? This would also ensure a dataset viewer, which allows people to easily discover and read the first few rows of the dataset in the browser. See here for a guide: https://huggingface.co/docs/datasets/loading.

Moreover, it could be linked to the paper: https://huggingface.co/papers/2407.11282, see here on how to do that: https://huggingface.co/docs/hub/en/datasets-cards#linking-a-paper.

Let me know if you need any help!

Cheers,

Niels
ML @ HF

@qcznlp
Copy link
Owner

qcznlp commented Sep 6, 2024

Hi Niels,

Thanks for the suggestion! We will upload our datasets early next week.

Qingcheng

@NielsRogge
Copy link
Author

Hi,

I just saw that the dataset is already on the hub, so I opened a PR to link it to the paper: https://huggingface.co/datasets/ErikYip/LLM-Uncertainty-Bench/discussions/1.

Would be great if you could merge it :)

Thanks,
Niels

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

2 participants