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

Improve discoverability on Hugging Face #27

Open
NielsRogge opened this issue Jul 22, 2024 · 1 comment
Open

Improve discoverability on Hugging Face #27

NielsRogge opened this issue Jul 22, 2024 · 1 comment

Comments

@NielsRogge
Copy link

Hi,

Niels here from the open-source team at Hugging Face. It's great to see you're open-source the data, I discovered your work through the paper page: https://huggingface.co/papers/2407.10956.

However there are a couple of things which could improve the discoverability of your work:

Dataset

I see the data is being open-sourced here, would it be possible to make this available on the hub? This way people could load it in 2 lines of code:

from datasets import load_dataset

dataset = load_dataset("xlang-ai/spider2-v-data")

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

Discoverability

Moreover, the discoverability of your work could be improved by adding tags to the dataset card here, as explained here: https://huggingface.co/docs/hub/en/datasets-cards#dataset-cards

Let me know if you need any help regarding this!

Cheers,

Niels
ML Engineer @ HF 🤗

@rhythmcao
Copy link
Collaborator

Sure. Thanks for the reminder. The dataset (evaluation_examples) has been uploaded to https://huggingface.co/datasets/xlangai/ubuntu_spider2v. However, each task example includes a folder which contains a .json config file and other task-specific dependent files. Directly uploading the entire task folder will fail due to too many files. Thus, I can only upload the compressed .zip file.

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