Datasets:
Improve dataset card: Add task category, tags, sample usage, update language and license info
#2
by
nielsr
HF Staff
- opened
This PR enhances the dataset card for UQ by:
- Adding
task_categories: - question-answering
to the metadata. - Correcting the
language
metadata tag fromcode
toen
, as the dataset content is in English. - Adding relevant
tags
such asstack-exchange
,llm-evaluation
,benchmark
,reasoning
, andfactuality
for better discoverability. - Including a "Sample Usage" section with a Python code snippet from the GitHub README, demonstrating how to load the dataset.
- Updating the "Licensing Information" in the content to explicitly state the MIT License, aligning with the metadata.
Muennighoff
changed pull request status to
merged