Improve model card: Add pipeline tag, update license and tags, expand content and usage
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card for mdeberta-v3-base-subjectivity-bulgarian by:
- Updating Metadata:
- Adding
pipeline_tag: text-classificationfor better discoverability on the Hugging Face Hub. - Changing the
licensefrommittocc-by-4.0to accurately reflect the license specified in the project's GitHub repository. - Adding descriptive
tagssuch asdeberta,multilingual, andsubjectivity-detectionto improve searchability and context.
- Adding
- Enriching Content:
- Populating the "Model description", "Intended uses & limitations", and "Training and evaluation data" sections with detailed information extracted from the paper abstract and the associated GitHub README.
- Adding a clear and functional Python code snippet in the "How to use" section, demonstrating practical inference with the
transformerslibrary for Bulgarian text. - Including a proper BibTeX "Citation" for the paper to acknowledge the original work.
- Improving Navigation:
- Ensuring direct links to the paper (keeping the existing arXiv link as per instructions) and the GitHub repository are prominently displayed.
These changes aim to provide a more informative, accessible, and compliant model card for the community.
MatteoFasulo changed pull request status to merged