-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi @wangxiao5791509 🤗
I'm Niels from the open-source team at Hugging Face. I came across your work on the new Event-CSL dataset for sign language translation through Hugging Face's daily papers. The paper page is here: https://huggingface.co/papers/2408.10488. The paper page lets people discuss your paper and lets them find artifacts related to it. You can also claim the paper as yours, which will appear on your public profile at HF, and add Github and project page URLs.
I noticed you've released the Event-CSL dataset. Would you consider hosting it on the Hugging Face Datasets hub? This would significantly increase its visibility and discoverability within the research community. Users would be able to easily access and use your dataset via the datasets
library:
from datasets import load_dataset
dataset = load_dataset("your-hf-org-or-username/event-csl")
We can help you upload the dataset and add metadata tags to improve discoverability. Here's a guide: https://huggingface.co/docs/datasets/loading. We also support WebDataset, which is particularly useful for large video datasets.
After uploading, we can link the dataset to your paper page to further enhance discoverability.
Let me know if you're interested or have any questions!
Kind regards,
Niels
ML Engineer @ Hugging Face 🤗