Improve model card for Llama-3.2-1B-subjectivity-english: Add metadata, usage, and project details
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for Llama-3.2-1B-subjectivity-english by:
- Adding the
pipeline_tag: text-classificationfor better discoverability. - Updating
library_nametotransformers, reflecting the primary library for model usage and inference. - Correcting the
licensetocc-by-4.0, as specified in the project's GitHub repository for the research work. - Enriching
tagswithsubjectivity-detection,news-articles,sentiment-augmented,clef-2025,llm-finetune, andpeftfor more precise categorization. - Updating the initial paper link to the official Hugging Face paper page.
- Populating the "Model description," "Intended uses & limitations," and "Training and evaluation data" sections with detailed information from the paper's abstract and the GitHub repository.
- Providing a clear "How to use" Python code snippet for inference using the
transformerspipeline. - Adding explicit links to the associated GitHub repository and the Hugging Face collection (project page) for this work.
- Including a BibTeX citation for proper attribution.
These improvements make the model card more informative, accurate, and user-friendly for the community.
MatteoFasulo
changed pull request status to
merged