Datasets:
Update paper link, add task category, sample usage, and citation for MahaSTS
#2
by
nielsr
HF Staff
- opened
This PR updates the dataset card for MahaSTS with several improvements:
- The paper link has been updated from "Coming soon" to the official Hugging Face Papers link:
https://huggingface.co/papers/2508.21569
. - The
text-ranking
task category has been added to the metadata, reflecting the dataset's use in Sentence Textual Similarity (STS) tasks. - A
low-resource
tag has been added to the metadata, as the paper abstract highlights the dataset's utility in low-resource settings. - A "Project page" link has been included, pointing to the associated GitHub repository for comprehensive project information.
- A "Sample Usage" section has been added, including instructions for installing the
mahaNLP
library via pip and a link to a demo Colab notebook, directly sourced from the GitHub README. - The "Citation" section has been updated to include a specific BibTeX entry for the "L3Cube-MahaSTS: A Marathi Sentence Similarity Dataset and Models" paper.
- An explicit "License" section has been added to the markdown content, confirming the dataset is licensed under
Creative Commons Attribution 4.0 International License (CC-BY-4.0)
, aligning with the existing metadata.
l3cube-pune
changed pull request status to
merged