Improve model card metadata and add paper link
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community team.
I've opened this PR to improve the metadata and structure of your model card. Specifically, I've added:
pipeline_tag: text-generationfor better discoverability on the Hub.library_name: transformersas the model uses the Llama architecture and is compatible with thetransformerslibrary, enabling the "Use in Transformers" button and code snippets.- A direct link to the paper page on Hugging Face at the start of the model description, without replacing your existing arXiv citation.
Additionally, I've clarified the model architecture by adding "(Llama-based)" and updated the BibTeX citation to match the official paper title and use the bibtex code block type.
These changes will make your model more accessible and easier to use for the community.