Datasets:
Improve dataset card: Add metadata, paper/code links, and sample usage
#3
by
nielsr
HF Staff
- opened
This PR significantly enhances the IndicParam dataset card by:
- Adding
task_categories(question-answering,text-classification),license(cc-by-nc-4.0), and comprehensivelanguagetags (including all 11 Indic languages and English for code-mixed) to the YAML metadata for improved discoverability. - Integrating direct links to the associated paper (https://huggingface.co/papers/2512.00333) and GitHub repository (https://github.com/ayushbits/IndicParam) at the top of the markdown content.
- Including a "Sample Usage" section, directly derived from the GitHub repository's instructions, to guide users on how to evaluate models with the dataset.
- Filling the empty BibTeX citation block with the correct entry.
- Clarifying the inline license statement at the end of the card to explicitly mention
CC-BY-NC-4.0.
These improvements make the dataset card more informative and user-friendly for researchers.