Improve model card: Add Tequila paper info, metadata, and citation
#1
by
nielsr
HF Staff
- opened
This PR updates the model card to explicitly link this repository to the paper Tequila: Trapping-free Ternary Quantization for Large Language Models.
It also adds crucial metadata tags for better discoverability and integration on the Hugging Face Hub:
- Adds
license: apache-2.0. - Adds
library_name: transformersfor compatibility with the Hugging Facetransformerslibrary (note:trust_remote_code=Truewill likely be required for custom architectures). - Adds
pipeline_tag: text-generationto categorize the model's primary function. - Adds additional relevant
tags:quantization,ternary-quantization,tequila. - Updates the "Citation" section to include the Tequila paper.
- Adds a direct link to the Tequila implementation code in the AngelSlim GitHub repository.
Please review and merge if these improvements are acceptable.