Datasets:
Improve dataset card: Add task category, license, library, tags, and links
#2
by
nielsr
HF Staff
- opened
This PR enhances the dataset card for CIRCL/vulnerability-scores
by:
- Adding
task_categories: text-classification
,license: agpl-3.0
,library_name: datasets
, and relevanttags
to the metadata for better discoverability and compliance. - Updating the primary paper link to the official Hugging Face Papers page (
https://huggingface.co/papers/2507.03607
) at the top of the card. - Including explicit links to the project page (
https://vulnerability.circl.lu
) and the associated GitHub repository (https://github.com/vulnerability-lookup/ML-Gateway
) for easier access to related resources. - Adding a brief introductory overview of the dataset derived from the paper's abstract.
- Removing the redundant arXiv citation, as the Hugging Face paper link serves as the primary reference.
- Preserving the existing detailed information about data sources and usage examples.
Thank you !
cedricbonhomme
changed pull request status to
merged