Text Generation
Transformers
GGUF
falcon-h1
imatrix
conversational

Improve model card: Add pipeline tag, paper, code, and project links

#2
by nielsr HF Staff - opened

This PR significantly enhances the model card for the Falcon-H1 model by:

  • Adding the pipeline_tag: text-generation to the metadata, which ensures the model is discoverable through the relevant filters on the Hugging Face Hub.
  • Adding the paper title as a main heading for better context.
  • Including prominent links at the top of the model card for:
    • The official paper on Hugging Face Papers.
    • The GitHub repository for the project.
    • The dedicated project documentation/page.
    • The Hugging Face Demo Space.
  • Populating the existing TL;DR section with a concise summary derived from the paper's abstract, providing users with a quick overview of the model's capabilities and architecture.

These additions make the model card more informative and user-friendly, providing quick access to essential resources.

ybelkada changed pull request status to merged

Sign up or log in to comment