Improve model card: Add pipeline tag, enrich tags, update license, and add top-level links

#3
by nielsr HF Staff - opened

This PR enhances the model card for tiiuae/Falcon-H1-1B-Base by:

  • Adding the pipeline_tag: text-generation to the YAML metadata, which improves discoverability on the Hugging Face Hub (e.g., via https://huggingface.co/models?pipeline_tag=text-generation).
  • Updating the license to apache-2.0 to use a standard SPDX identifier, aligning with the license indicated in the GitHub repository.
  • Enriching the tags metadata with multilingual, code-generation, math, reasoning, instruction-tuned, and science to reflect the model's capabilities highlighted in the paper and GitHub README.
  • Adding a concise summary to the TL;DR section for quick understanding.
  • Adding explicit links to the paper, GitHub repository, and project homepage at the top of the Markdown content for quick access.
  • Updating the license information in the "Model Details" section to "Apache 2.0".
  • Adding the official documentation link to the "Useful links" section.

These changes will improve the model's discoverability, provide more accurate information, and enhance the overall user experience.

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

Sign up or log in to comment