Add pipeline_tag, library_name, GitHub link, and BibTeX citation

#1
by nielsr HF Staff - opened

This PR enhances the model card for the Patch-ioner_talk2dino_decap_COCO_Captions model by:

  • Adding pipeline_tag: image-to-text to the metadata for improved discoverability on the Hugging Face Hub.
  • Adding library_name: transformers to the metadata, enabling the automated "how to use" widget, as the model is compatible with the πŸ€— Transformers library.
  • Adding a direct link to the GitHub repository (https://github.com/Ruggero1912/Patch-ioner) in the "Paper Information" section.
  • Updating the "Quick Start" section to showcase model loading via both the native patchioner library's from_config method and transformers.AutoModel.from_pretrained, as evidenced in the GitHub README. Users are directed to the GitHub repository for full inference examples.
  • Replacing the placeholder in the "Citation" section with the actual BibTeX entry from the paper's GitHub repository.
  • Adding explicit GitHub links to the "Contributing", "License", and "Issues and Support" sections for easier navigation.

These changes aim to make the model card more comprehensive, user-friendly, and compliant with Hub best practices.

Ruggero1912 changed pull request status to merged

Sign up or log in to comment