Improve model card: Add pipeline tag, library name, license, and links
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for Tucan-9B-v1.0-GGUF by:
- Adding the
pipeline_tag: text-generationto the metadata, ensuring the model is discoverable under the text generation category on the Hugging Face Hub. - Adding
library_name: transformersto the metadata, which enables the "how to use" button on the model page and reflects its compatibility with the π€ Transformers library. - Correcting the
licensemetadata fromgemmatocc-by-4.0for consistency with the license stated in the model card's content ("This work is licensed under CC-BY-4.0"). - Adding
gemmaandbulgarianto the tags for improved discoverability. - Updating the paper link to point to the Hugging Face Papers page (Teaching a Language Model to Speak the Language of Tools).
- Adding an explicit link to the associated GitHub repository for the evaluation framework (llm-bg/Tucan-Eval).