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-classification
for better discoverability. - Updating
library_name
totransformers
, reflecting the primary library for model usage and inference. - Correcting the
license
tocc-by-4.0
, as specified in the project's GitHub repository for the research work. - Enriching
tags
withsubjectivity-detection
,news-articles
,sentiment-augmented
,clef-2025
,llm-finetune
, andpeft
for 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
transformers
pipeline. - 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