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.0as specified in the GitHub repository. - Adding the
pipeline_tag: text-classificationfor improved discoverability and inference widget functionality. - Including relevant tags like
subjectivity-detectionanddeberta-v3. - Adding the Hugging Face
paperID and therepo_urlto 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
transformerslibrary for inference. - Including a "Citation" section with the BibTeX entry for the paper.
MatteoFasulo
changed pull request status to
merged