Add `pipeline_tag` and `library_name` to model card

#1
by nielsr HF Staff - opened

This PR enhances the model card for SIM_COT-LLaMA3-CODI-8B by adding essential metadata:

  • pipeline_tag: text-generation: This tag improves discoverability on the Hugging Face Hub, categorizing the model appropriately for text generation tasks like reasoning and problem-solving.
  • library_name: transformers: This enables the automated "How to use" widget on the model page, providing users with a ready-to-run code snippet, as the model demonstrates compatibility with the πŸ€— Transformers library (evidenced by the base model and repository file structure).

These additions will improve the model's visibility and user experience on the Hub.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment