Add metadata and link to paper

#1
by nielsr HF Staff - opened

Hi! I'm Niels from the community science team at Hugging Face.

This PR adds YAML metadata to the model card, including:

  • pipeline_tag: image-text-to-text: To ensure the model is correctly categorized in the Hub.
  • library_name: transformers: To enable the "Use in Transformers" button, as the model uses the Qwen2.5-VL architecture.
  • license: apache-2.0: Based on the information in the README.
  • base_model: To link it to the Qwen2.5-VL model it was fine-tuned from.

I've also updated the paper link to point to the Hugging Face paper page, which allows users to easily find the associated paper and discussions.

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

Sign up or log in to comment