Improve model card: Add pipeline tag, top-level links, abstract, and detailed usage
#3
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Adding the
pipeline_tag: text-generation
to the metadata, which is essential for proper categorization and discoverability on the Hugging Face Hub. - Integrating a concise introduction from the paper abstract and a comprehensive block of top-level links (Paper, Code, Project Page, Hugging Face Collection, Hugging Face Demo, Chat Interface, Blog Post, Discord) for quick access to key resources, directly from the official GitHub repository.
- Enriching the "Model Details" with "Key Highlights" from the project's GitHub README.
- Updating and expanding the "Usage" section with a more complete
transformers
inference snippet (including tokenizer loading and a full generation example) and detailedllama.cpp
instructions, making it easier for users to get started with the model. - Removing redundant links from the "Useful links" section as they are now prominently featured at the top.