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-answeringto the metadata. - Correcting the
languagemetadata tag fromcodetoen, as the dataset content is in English. - Adding relevant
tagssuch asstack-exchange,llm-evaluation,benchmark,reasoning, andfactualityfor 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