Improve model card: Add pipeline tag, update license, GitHub link, and usage example

#1
by nielsr HF Staff - opened

This PR significantly improves the model card for mdeberta-v3-base-subjectivity-sentiment-italian by:

  • Adding pipeline_tag: text-classification to ensure the model is easily discoverable for its intended task.
  • Updating the license to cc-by-4.0, correcting the previous mit license as specified in the associated GitHub repository.
  • Including a direct link to the GitHub repository (https://github.com/MatteoFasulo/clef2025-checkthat) for easy access to the source code and project materials.
  • Providing a transformers pipeline usage example in a new "How to use" section, simplifying model inference for users.
  • Adding more specific tags: deberta-v2, subjectivity-detection, and sentiment-analysis for more accurate categorization.
  • Populating the "Model description" and "Intended uses & limitations" sections with information extracted from the paper abstract and the project's GitHub README.
  • Correcting the formatting of the arXiv paper link in the model card content to ensure it is clickable.

These enhancements contribute to a more comprehensive, accurate, and user-friendly model card on the Hugging Face Hub.

MatteoFasulo changed pull request status to merged

Sign up or log in to comment