Add model card with metadata and usage example
#1
by
nielsr
HF Staff
- opened
This PR adds a comprehensive model card for Sky-VLM, detailing its purpose as a specialized Vision-Language Model for UAV spatial reasoning.
It includes:
- Relevant metadata:
license(apache-2.0),library_name(transformers), andpipeline_tag(image-text-to-text). - A link to the paper: Is your VLM Sky-Ready? A Comprehensive Spatial Intelligence Benchmark for UAV Navigation.
- A link to the GitHub repository: https://github.com/linglingxiansen/SpatialSKy.
- A sample usage section with code, extracted from the GitHub README, demonstrating how to perform inference with the
transformerslibrary.
This ensures better discoverability and usability of the model on the Hugging Face Hub.
llxs
changed pull request status to
merged