Improve model card: Add pipeline tag, library, and usage example
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for the InstructBioMol model by:
- Adding the
pipeline_tag: any-to-anyto accurately reflect its multimodal capabilities (natural language, molecules, proteins). - Specifying
library_name: transformersas the model is compatible with the Hugging Face Transformers library. - Including a detailed Python usage example to guide users on how to run inference in a
Quickstartsection. - Enhancing the model description with more details from the paper abstract.
These additions enhance discoverability and usability of the model on the Hugging Face Hub.