Improve model card: Update license, add languages, expand sections, and include usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for mdeberta-v3-base-subjectivity-sentiment-multilingual-no-arabic
by:
- Correcting the license to
cc-by-4.0
as stated in the associated GitHub repository. - Updating the paper link to point to the Hugging Face Papers page (
https://huggingface.co/papers/2507.11764
). - Adding a direct link to the official GitHub repository (
https://github.com/MatteoFasulo/clef2025-checkthat
). - Enriching the metadata with specific
languages
(Arabic, German, English, Italian, Bulgarian, Greek, Romanian, Polish, Ukrainian) and additionaltags
such asdeberta
,multilingual
, andsubjectivity-detection
for better discoverability. - Populating the "Model description", "Intended uses & limitations," and "Training and evaluation data" sections with comprehensive details extracted from the paper abstract and GitHub README.
- Adding a "How to use" section with a clear Python code example for inference.
- Including a "Citation" section with a BibTeX entry for the paper.
These changes make the model card much more informative and user-friendly, providing essential context and practical guidance for anyone using the model.
MatteoFasulo
changed pull request status to
merged