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-generationto the YAML metadata, which improves discoverability on the Hugging Face Hub (e.g., viahttps://huggingface.co/models?pipeline_tag=text-generation). - Updating the
licensetoapache-2.0to use a standard SPDX identifier, aligning with the license indicated in the GitHub repository. - Enriching the
tagsmetadata withmultilingual,code-generation,math,reasoning,instruction-tuned, andscienceto reflect the model's capabilities highlighted in the paper and GitHub README. - Adding a concise summary to the
TL;DRsection 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.