Improve model card: Add pipeline tag, library name, paper and GitHub links
#1
by nielsr HF Staff - opened
This PR enhances the model card for LRC-1.7B-Base by adding and improving key information:
- Adds
library_name: transformersto the metadata, enabling the automated "how to use" widget on the Hugging Face Hub. This is supported by thetransformersusage in the existing code snippet and the model'sconfig.json. - Adds
pipeline_tag: text-generationto the metadata, improving discoverability for language models on the Hub. - Integrates a direct link to the paper (A Token is Worth over 1,000 Tokens: Efficient Knowledge Distillation through Low-Rank Clone) into the introductory paragraph.
- Adds a direct link to the official GitHub repository (https://github.com/CURRENTF/LowRankClone) after the introductory paragraph.
These updates aim to provide more comprehensive and easily accessible information for users of the model.