Improve metadata: add pipeline tag, library name, license, and Github link

#1
by nielsr HF staff - opened

This PR improves the model card by:

  • Adding the pipeline_tag to ensure the model is discoverable via the image-text-to-text pipeline.
  • Specifying library_name: transformers to indicate compatibility with the Transformers library and PEFT.
  • Updating the license to apache-2.0 based on the GitHub repository's license.
  • Adding a link to the Github repository.

@nielsr thank you for your contribution, could you revert the licence to llama-3.2 as the model weights here are fine-tuned based on Llama-3.2, it inherits the Llama-3.2 Community License. While the Apache-2.0 license is only for the inference scripts in the git repo. Once fixed I can merge your PR, thank you!

Thanks, I've fixed them :)

lxasqjc changed pull request status to merged

Sign up or log in to comment