Improve model card: Add text-classification pipeline tag, update license, expand sections, and add usage/code
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for mdeberta-v3-base-subjectivity-arabic
by:
- Adding the
pipeline_tag: text-classification
for better discoverability. - Updating the license from
mit
tocc-by-4.0
, as specified in the original GitHub repository. - Adding relevant
subjectivity-detection
,news
, andarabic
tags for improved searchability. - Populating the "Model description", "Intended uses & limitations", and "Training and evaluation data" sections with details from the paper abstract and GitHub README.
- Adding a "How to use" section with a Python code example for inference.
- Including a "Code" section with a direct link to the GitHub repository.
- Adding a "Citation" section with the BibTeX entry from the project's GitHub README.
MatteoFasulo
changed pull request status to
merged