Improve model card: Add pipeline tag, update license, and add project links
#4
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: text-generationto the metadata, which ensures the model appears under the relevant filter on the Hugging Face Hub (huggingface.co/models?pipeline_tag=text-generation). - Updating the
licensetoapache-2.0(standard SPDX identifier) for clarity and consistency, as indicated by the project's GitHub repository, and removing the specificlicense_nameandlicense_linkfields which become redundant. - Removing the
base_modelmetadata, as this model is a foundational 'base' model within the Falcon-H1 family, not a fine-tuned version of another model on the Hub. - Adding direct links to the Hugging Face paper page, the official GitHub repository, and the project homepage for easier navigation and improved discoverability of related resources.
- Updating the license information within the model description for consistency with the metadata.