Improve model card: Highlight Tequila paper and add metadata

#5
by nielsr HF Staff - opened

This PR significantly improves the model card for the AngelSlim toolkit, with a focus on documenting the Tequila quantization method presented in the paper Tequila: Trapping-free Ternary Quantization for Large Language Models.

Key changes include:

  • Adding a new section dedicated to the Tequila paper, including its abstract, for better discoverability and context.
  • Adding pipeline_tag: text-generation to align with the model's primary use case.
  • Adding library_name: transformers as evidenced by the config.json and usage examples.
  • Setting license: apache-2.0, confirmed by the project's LICENSE file.
  • Adding relevant tags quantization and ternary-quantization to the metadata.
  • Updating the citation section to include the Tequila paper's BibTeX entry.

Please review and merge this PR.

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

Sign up or log in to comment