Improve model card: Add pipeline tag, update metadata, and expand content
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for mdeberta-v3-base-subjectivity-multilingual-no-arabic
by:
- Adding the
pipeline_tag: text-classification
to ensure proper discoverability on the Hugging Face Hub. - Updating the
license
tocc-by-4.0
as stated in the official GitHub repository. - Refining
language
andtags
metadata to better describe the model's scope and task. - Expanding the "Model description", "Intended uses & limitations", and "Training and evaluation data" sections with details extracted from the paper abstract and the GitHub README.
- Adding a direct link to the official GitHub repository for easy access to the source code.
- Providing a clear Python usage example using the
transformers
pipeline
for text classification. - Adding a BibTeX citation for the associated paper.
Please review and merge.
MatteoFasulo
changed pull request status to
merged