Improve model card: Add pipeline tag, language, paper, project, code, and usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for vulnerability-severity-classification-chinese-macbert-base
by:
- Adding
pipeline_tag: text-classification
andlanguage: zh
to the metadata for improved discoverability and accurate filtering on the Hugging Face Hub. - Including more descriptive
tags
such astext-classification
,classification
,nlp
,chinese
, andvulnerability
. - Updating the main title to
VLAI: A RoBERTa-Based Model for Automated Vulnerability Severity Classification
to align with the associated research paper. - Adding a clear description of the model based on the paper's abstract.
- Providing direct links to the paper (VLAI: A RoBERTa-Based Model for Automated Vulnerability Severity Classification), the project page (
https://vulnerability.circl.lu
), and the associated GitHub repository (https://github.com/vulnerability-lookup/ML-Gateway
). - Adding a practical Python sample usage snippet using the
transformers
library, including an example with Chinese text. - Removing the auto-generated comment as the model card has now been manually improved.
These additions provide users with richer context and make the model more accessible and understandable.
thanks !
cedricbonhomme
changed pull request status to
merged