Improve model card: Add pipeline tag, library, paper link, and code link
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for Tucan-2.6B-v1.0-LoRA
by:
- Adding the
pipeline_tag: text-generation
to ensure the model is discoverable under the correct task filter on the Hub. - Specifying
library_name: transformers
to enable the "how to use" button and proper library integration. - Updating the
license
metadata tocc-by-4.0
to explicitly match the license stated in the model card content. - Adding the Hugging Face Papers link (
huggingface.co/papers/2506.23394
) for enhanced discoverability. - Including a direct link to the associated GitHub repository for the evaluation framework (
https://github.com/llm-bg/Tucan-Eval
). - Integrating the paper's abstract into the "Overview" section to provide a more detailed and immediate understanding of the model and its capabilities.
Please review and merge this PR if everything looks good.