Improve model card: license, tags, paper & GitHub links, usage, and description
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card for ModernBERT-base-subjectivity-english by:
- Correcting the
licensemetadata tocc-by-4.0as specified in the official GitHub repository. - Adding
pipeline_tag: text-classificationfor improved discoverability on the Hub. - Including additional
tagslikemodernbertandsubjectivity-detection. - Adding a direct link to the associated paper on Hugging Face Papers.
- Providing a link to the official GitHub repository.
- Populating the previously placeholder sections ("Model description", "Intended uses & limitations", "Training and evaluation data") with detailed information from the paper abstract and GitHub README.
- Adding a clear "How to use" section with a Python code snippet for inference.
- Removing the automatic generation boilerplate comment.
These updates provide a more comprehensive, accurate, and user-friendly model card.
MatteoFasulo changed pull request status to merged