Add `transformers` library tag, model card title, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for the Thyme: Think Beyond Images model by:
- Adding
library_name: transformersto the metadata: This tag enables the automated "how to use" widget on the Hugging Face Hub, providing users with a quick start guide. Evidence fortransformerscompatibility comes from thepip install "transformers<4.55"dependency listed in the GitHub README'sEnvironment Setupand theQwen2_5_VLProcessorandQwen2_5_VLForConditionalGenerationclasses indicated in the model's configuration files. - Adding a prominent model card title: The title
# Thyme: Think Beyond Imagesis added at the top for better readability and clear identification of the model. - Including a
Usagesection with atransformerscode snippet: This provides a practical, runnable example for users to quickly get started with inference using thetransformerslibrary, reinforcing thelibrary_nametag. - Updating the BibTeX citation: The citation in the "Citation" section has been updated to the more complete version found in the official GitHub repository, including all authors and relevant arXiv details.
The existing links to the project page, GitHub repository, and arXiv paper (under "Technique Report") remain unchanged, as per the guidelines regarding pre-existing arXiv links.