PyTorch
llama

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-any to accurately reflect its multimodal capabilities (natural language, molecules, proteins).
  • Specifying library_name: transformers as 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 Quickstart section.
  • 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.

Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment