Add pipeline tag and improve model card metadata

#1
by nielsr HF Staff - opened

Hi, I'm Niels from the Hugging Face community team.

This PR improves the model card by:

  1. Adding the pipeline_tag: text-classification to the YAML metadata to ensure the model is correctly categorized on the Hub.
  2. Removing the library_name: transformers tag, as this model uses a specialized runtime (llm-siren) rather than standard Transformers classes for inference.
  3. Adding explicit links to the research paper and the official GitHub repository for easier access to the source code and methodology.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment