Improve model card: Add pipeline tag, update license, expand description and usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Updating the license in the metadata to
cc-by-4.0
as specified in the GitHub repository. - Adding the
pipeline_tag: text-classification
for improved discoverability and inference widget functionality. - Including relevant tags like
subjectivity-detection
anddeberta-v3
. - Adding the Hugging Face
paper
ID and therepo_url
to the metadata. - Removing the automatically generated comment at the top of the content.
- Adding a direct link to the GitHub repository and reiterating the paper link in the introductory section.
- Populating the "Model description", "Intended uses & limitations", and "Training and evaluation data" sections with detailed information extracted from the paper abstract and the associated GitHub README.
- Adding a "How to use" section with a practical Python code snippet using the
transformers
library for inference. - Including a "Citation" section with the BibTeX entry for the paper.
MatteoFasulo
changed pull request status to
merged