Improve model card: Add pipeline_tag, library_name, and resource links
#3
by
nielsr
HF Staff
- opened
This PR enhances the model card for Alif-1.0-8B-Instruct by:
- Adding
pipeline_tag: text-generationto the metadata, improving its discoverability and categorization on the Hugging Face Hub. - Adding
library_name: transformersto the metadata, which enables the automated "How to use" code snippet widget fortransformers-compatible models. Thetransformerstag has been removed from thetagslist to prevent redundancy. - Adding prominent links to the paper (https://huggingface.co/papers/2510.09051), the GitHub repository (https://github.com/traversaal-ai/alif-urdu-llm), the project blog (https://blog.traversaal.ai/announcing-alif-1-0-our-first-urdu-llm-outperforming-other-open-source-llms/), and the Live Demo (https://huggingface.co/spaces/large-traversaal/Alif-1.0-8B-Instruct).
- Integrating the paper link into the introductory model description for immediate context.
These updates aim to make the model card more comprehensive, user-friendly, and better integrated with the Hugging Face ecosystem.