Add comprehensive model card for StreamVLN
#1
by
nielsr
HF Staff
- opened
This PR adds a comprehensive model card for the StreamVLN model, significantly improving its discoverability and providing essential information for users.
Key additions include:
- Metadata:
pipeline_tag: roboticsfor relevant model searches.library_name: transformersfor proper integration and usage examples.license: cc-by-nc-sa-4.0for clarity on usage rights.- Additional tags:
vision-language-model,video-language-model,navigation.
- Content:
- A link to the paper: StreamVLN: Streaming Vision-and-Language Navigation via SlowFast Context Modeling.
- Links to the project page (https://streamvln.github.io/) and the GitHub repository (https://github.com/OpenRobotLab/StreamVLN).
- The paper's abstract, an "About" section, and details on available model checkpoints.
- A Python usage example to demonstrate basic model interaction with the
transformerslibrary. - Citation and license information.
mengwei0427
changed pull request status to
merged