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
license
metadata tocc-by-4.0
as specified in the official GitHub repository. - Adding
pipeline_tag: text-classification
for improved discoverability on the Hub. - Including additional
tags
likemodernbert
andsubjectivity-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