Improve dataset card: Add task categories, license, language, paper, code, and project page links
#2
by
nielsr
HF Staff
- opened
This pull request improves the dataset card for the Finnish SQuAD dataset (part of FIN-bench-v2) by:
- Adding
task_categories: ['text-classification', 'question-answering', 'text-generation']to the YAML metadata. - Adding the license (
cc-by-sa-4.0) and language (fi) to the YAML metadata. - Linking to the paper: https://huggingface.co/papers/2512.13330
- Linking to the GitHub repository: https://github.com/LumiOpen/lm-evaluation-harness
- Linking to the project page: https://huggingface.co/TurkuNLP
These changes enhance the discoverability and completeness of the dataset card on the Hugging Face Hub.
kjoona
changed pull request status to
merged