-
Notifications
You must be signed in to change notification settings - Fork 6
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 data on Hugging Face #1
Comments
Hi @NielsRogge , Thank you so much for your attention to our work and for the valuable suggestions you've provided. I have already claimed the paper on Hugging Face. As for uploading the dataset to Hugging Face Datasets, I will organize the data and upload it to Hugging Face soon. Best regards, |
Hi @NielsRogge , We have uploaded the benchmarks we use to the HF dataset. The following code can be used it: from datasets import load_dataset
data = load_dataset('SiweiWu/o1_Reasoning_Patterns_Study') However, apart from the text data, Collie also provides functions in a special format that can be directly used to evaluate the generated responses of LLMs, but it cannot be uploaded to the HF dataset. Therefore, for the Collie dataset, we still suggest that you load the data from the GitHub folder data. |
Awesome! I've opened https://huggingface.co/datasets/SiweiWu/o1_Reasoning_Patterns_Study/discussions/1 to link it to the paper page :) |
Thanks! |
Note: you still need to merge the PR linked above :) |
Hi @Wusiwei0410,
Niels here from the open-source team at Hugging Face. I discovered your work through the daily papers on Hugging Face: https://huggingface.co/papers/2410.13639. The paper page lets people discuss about your paper and lets them find artifacts about it (your data for instance) you can also claim the paper as yours which will show up on your public profile at HF.
It'd be great to make the data available on the 🤗 hub, we can add tags so that people find them when filtering https://huggingface.co/datasets, so that people can do:
See here for a guide: https://huggingface.co/docs/datasets/loading#json.
There's then also the dataset viewer which allows people to see the first few rows in the browser: https://huggingface.co/docs/hub/en/datasets-viewer.
This would make the dataset easier accessible, and also discoverable. We can then also link the dataset to the paper page.
Let me know if you're interested/need any help!
Kind regards,
Niels
The text was updated successfully, but these errors were encountered: