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: transformers for compatibility with the Hugging Face transformers library (note: trust_remote_code=True will likely be required for custom architectures).
  • Adds pipeline_tag: text-generation to 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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment