Improve model card: Add pipeline tag, update license, expand content and add links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for mdeberta-v3-base-subjectivity-sentiment-bulgarian
by:
- Adding the
pipeline_tag: text-classification
to correctly categorize the model's functionality and improve discoverability on the Hugging Face Hub. - Updating the
license
frommit
tocc-by-4.0
, aligning with the official project license. - Expanding the "Model description", "Intended uses & limitations", and "Training and evaluation data" sections with comprehensive details from the paper abstract and the GitHub repository.
- Adding a clear Python code snippet for using the model with the
transformers
pipeline. - Including links to the GitHub repository and the Hugging Face Hub collection for the project, improving accessibility to related resources.
- Adding a BibTeX citation for proper attribution.
MatteoFasulo
changed pull request status to
merged