Safetensors
qwen2

Improve model card: Add `library_name`, `pipeline_tag`, paper, and GitHub links

#1
by nielsr HF Staff - opened

This PR improves the model card for LRC-4B-Base by:

  • Adding pipeline_tag: text-generation to properly categorize the model's primary function on the Hub.
  • Adding library_name: transformers to correctly reflect its compatibility with the Hugging Face Transformers library, which enables the automated "how to use" widget.
  • Integrating the official Hugging Face paper link: A Token is Worth over 1,000 Tokens: Efficient Knowledge Distillation through Low-Rank Clone at the top of the model card.
  • Adding a direct link to the official GitHub repository (https://github.com/CURRENTF/LowRankClone) for easier access to the codebase.
  • Removing the redundant `
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment