Improve model card: add metadata and refine description

#1
by nielsr HF Staff - opened

This PR improves the model card for LYNX by:

  • Adding pipeline_tag: text-generation to reflect the model's primary function of controlling and optimizing text generation from LLMs.
  • Adding library_name: transformers as the model is designed to work with Hugging Face causal LMs, providing compatibility with the transformers library for model loading and tokenization. This enables the automated "how to use" widget on the Hub.
  • Replacing the entire paper abstract with a concise and informative description directly from the project's GitHub README, improving readability and adhering to best practices for model cards.
  • Including the full BibTeX citation from the GitHub repository.

The existing license: apache-2.0, arXiv, and GitHub links are maintained. A sample usage snippet has not been added as no direct inference code was found within the provided LYNX GitHub README, adhering to the project's guidelines.

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

Sign up or log in to comment