Add `library_name: transformers` to metadata
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by adding library_name: transformers to the metadata. This is based on the usage of AutoProcessor and PaDTForConditionalGeneration.from_pretrained in the provided Quick Start code, as well as transformers_version in config.json, which confirms compatibility with the Hugging Face Transformers library.
Adding this metadata will enable the automated "how to use" widget on the Hugging Face Hub model page, making it easier for users to interact with the model directly.
The existing arXiv paper link is preserved as per instructions.
PaDT-MLLM
changed pull request status to
closed