GGUF
Bulgarian
function_calling
MCP
tool_use

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-generation to the metadata, ensuring the model is discoverable under the text generation category on the Hugging Face Hub.
  • Adding library_name: transformers to the metadata, which enables the "how to use" button on the model page and reflects its compatibility with the πŸ€— Transformers library.
  • Correcting the license metadata from gemma to cc-by-4.0 for consistency with the license stated in the model card's content ("This work is licensed under CC-BY-4.0").
  • Adding gemma and bulgarian to 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).
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment