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 to transformers, reflecting the primary library for model usage and inference.
  • Correcting the license to cc-by-4.0, as specified in the project's GitHub repository for the research work.
  • Enriching tags with subjectivity-detection, news-articles, sentiment-augmented, clef-2025, llm-finetune, and peft 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

Sign up or log in to comment