PyTorch
llama

Add pipeline tag and library name to model card

#1
by nielsr HF Staff - opened

This PR improves the model card for InstructBioMol-base by adding key metadata:

  • pipeline_tag: any-to-any: This categorizes the model's versatile multimodal capabilities, handling natural language, molecules, and proteins as both input and output, enhancing discoverability on the Hub.
  • library_name: transformers: This specifies that the model is compatible with the Hugging Face transformers library, enabling the "Use in Transformers" widget and providing clear programmatic usage guidance.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment