Datasets:
Add task_categories and license, remove arxiv tag from YAML
#2
by nielsr HF Staff - opened
This PR cleans up the dataset card metadata:
- Removes the
arxivtag from YAML (the arXiv ID remains in the content section as a link). - Adds the missing
task_categories: [text-retrieval]. - Adds
license: mit, matching the repository’s MIT license.
The existing markdown content already contains the relevant paper, code, and collection links, so no changes are made there.
emrekuruu changed pull request status to merged