Improve model card: Add pipeline tag, update license, GitHub link, and detailed sections

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card for mdeberta-v3-base-subjectivity-german by:

  • Updating metadata:
    • Adding pipeline_tag: text-classification for improved discoverability.
    • Correcting the license from mit to cc-by-4.0 as specified in the GitHub repository.
    • Adding relevant tags such as subjectivity-detection, mdeberta-v3, and sentiment.
  • Populating content sections:
    • Adding a direct link to the GitHub repository.
    • Filling in comprehensive details for "Model description," "Intended uses & limitations," and "Training and evaluation data" using information from the paper abstract and GitHub README.
    • Providing a clear sample usage example with Python code.
    • Including a proper citation for the paper.

These changes provide users with more context, usage instructions, and relevant information about the model, making it more accessible and useful on the Hugging Face Hub.

MatteoFasulo changed pull request status to closed

Sign up or log in to comment