Update pipeline tag and add library name

#3
by nielsr HF Staff - opened

This PR updates the model card metadata to better reflect the model’s capabilities and compatibility:

  • Changes pipeline_tag from image-text-to-text to any-to-any, since PhysBrain 1.5 supports unified multimodal understanding, action generation, and future-state prediction.
  • Adds library_name: transformers, as the model uses a standard Transformers architecture (Qwen3VLForConditionalGeneration) and is compatible with the Transformers library.

No content changes are made.

VLyb changed pull request status to merged

Sign up or log in to comment