Improve model card: add pipeline tag, detailed metrics, description, and usage
#1
by
nielsr
HF Staff
- opened
This pull request significantly enhances the model card for mdeberta-v3-base-subjectivity-english by:
- Updating Metadata:
- Adding
pipeline_tag: text-classificationfor improved discoverability on the Hugging Face Hub. - Correcting the
licensetocc-by-4.0as specified in the project's GitHub repository. - Adding more specific
tagslikesubjectivity-detectionandnews-articlesto better describe the model's domain and task. - Populating the
model-indexwith detailed evaluation metrics for better presentation and comparison on the Hub.
- Adding
- Enriching Content:
- Removing the auto-generated model card comment.
- Providing comprehensive details in the "Model description", "Intended uses & limitations", and "Training and evaluation data" sections, drawing information from the paper abstract and the GitHub README.
- Adding a clear "How to use" section with a
transformers.pipelinecode snippet for easy model inference. - Including a direct link to the project's GitHub repository under a new "Code" section.
- Adding a "Citation" section with the relevant BibTeX entry for the paper.
These changes provide a more complete, accurate, and user-friendly model card, aligning with Hugging Face Hub best practices.
This pull request significantly enhances the model card for
mdeberta-v3-base-subjectivity-englishby:
- Updating Metadata:
- Adding
pipeline_tag: text-classificationfor improved discoverability on the Hugging Face Hub.- Correcting the
licensetocc-by-4.0as specified in the project's GitHub repository.- Adding more specific
tagslikesubjectivity-detectionandnews-articlesto better describe the model's domain and task.- Populating the
model-indexwith detailed evaluation metrics for better presentation and comparison on the Hub.- Enriching Content:
- Removing the auto-generated model card comment.
- Providing comprehensive details in the "Model description", "Intended uses & limitations", and "Training and evaluation data" sections, drawing information from the paper abstract and the GitHub README.
- Adding a clear "How to use" section with a
transformers.pipelinecode snippet for easy model inference.- Including a direct link to the project's GitHub repository under a new "Code" section.
- Adding a "Citation" section with the relevant BibTeX entry for the paper.
These changes provide a more complete, accurate, and user-friendly model card, aligning with Hugging Face Hub best practices.
Hi @nielsr , thank you for the PR! I added the correct bibtex citation in the README.
MatteoFasulo
changed pull request status to
merged