Add any-to-any pipeline tag and library_name to metadata

#1
by nielsr HF Staff - opened

Hi! I'm Niels from the community science team at Hugging Face.

This PR improves the metadata at the top of your model card by adding:

  • pipeline_tag: any-to-any to properly classify this unified multimodal foundation model on the Hub.
  • library_name: transformers since the model configuration provides auto_map keys, making it compatible with the transformers library (using trust_remote_code=True).

This will help users discover and use your model more easily!

sakuta-mai changed pull request status to merged

Sign up or log in to comment