Datasets:
Update dataset card: Add task category, correct size, and provide links
#1
by
nielsr
HF Staff
- opened
This PR improves the dataset card for AL-GR/Item-Info by:
- Adding
task_categories: ['text-retrieval']to the metadata, which aligns with the dataset's use in generative retrieval and text-based item representation. - Correcting
size_categoriesfrom10M<n<100Mto100M<n<1B, as the dataset contains 255 million examples. - Adding the
generative-retrievaltag to the metadata for better discoverability. - Including explicit links to the associated paper (FORGE: Forming Semantic Identifiers for Generative Retrieval in Industrial Datasets), GitHub repository (
https://github.com/selous123/al_sid), and project page (https://huggingface.co/AL-GR) at the top of the README. - Clarifying the license statement in the content to "Apache-2.0 License".
Wow, this is fantastic! Thank you so much for your work on the README.
AL-GR
changed pull request status to
merged