Datasets:
Add `text-classification` task category to dataset metadata
#2
by nielsr HF Staff - opened
This PR adds the task_categories field (text-classification) to the dataset card metadata. This is the task the dataset is intended for (sentence-level blame attribution), and adding it ensures the dataset is correctly categorized and discoverable when filtering on the Hub, e.g. at https://huggingface.co/datasets?task_categories=task_categories:text-classification.
No other changes are made.
runetrust changed pull request status to merged