Improve model card: Add pipeline tag, update metadata, and enrich content
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for mdeberta-v3-base-subjectivity-multilingual by:
- Adding
pipeline_tag: text-classificationto enable better discoverability on the Hugging Face Hub (e.g., viahttps://huggingface.co/models?pipeline_tag=text-classification). - Updating the
licensetocc-by-4.0, as specified in the associated GitHub repository. - Refining
tagsto includedeberta-v3,subjectivity-detection,multilingual, andsentiment-analysisfor more accurate categorization. - Adding specific
languagetags for all languages the model was trained/evaluated on (ar,de,en,it,bg,el,pl,ro,uk). - Adding
arxiv_idandcode_urlto the metadata for direct, machine-readable links to the paper and codebase. - Adding
datasetsto specify the source of training data. - Populating the "Model description", "Intended uses & limitations", and "Training and evaluation data" sections with comprehensive details extracted from the paper abstract and the GitHub README.
- Providing a clear "How to use" example utilizing the
transformerspipeline for easy inference. - Adding a dedicated "GitHub Repository" section for easy access to the code.
- Including a BibTeX entry for proper citation.
These updates ensure the model card is more informative, discoverable, and adheres to best practices for documentation on the Hub.
MatteoFasulo
changed pull request status to
merged