Improve model card: Add metadata and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding crucial metadata and a clear sample usage section:
pipeline_tag: robotics: Categorizes the model for better discoverability under robotics/navigation tasks.library_name: transformers: Ensures compatibility with the Hugging Face Transformers library is indicated, enabling the automated "Use in Transformers" widget, based onconfig.jsonevidence.license: cc-by-nc-sa-4.0: Formally specifies the model's license, consistent with the existing badge and GitHub repository information.tags: Addedvision-language-modelandnavigationfor further discoverability.- The official Hugging Face paper link is added under the title for immediate visibility.
- A Python code snippet for sample usage with the
transformerslibrary is included, adapted to demonstrate how to load and use the model for inference, based on the model'stransformerscompatibility and the typical usage pattern for such models.
These updates aim to provide users with more complete information and an easier getting started experience.