Add comprehensive model card for Osprey
#2
by
nielsr
HF Staff
- opened
This PR adds a comprehensive model card for the Osprey model, significantly improving its documentation on the Hugging Face Hub.
Key improvements include:
- Linking the model to its official paper: Osprey: Pixel Understanding with Visual Instruction Tuning.
- Including the paper's abstract for quick understanding.
- Adding
pipeline_tag: image-text-to-textto enable discoverability on the Hub. - Specifying
library_name: transformersbased on theLlavaLlamaForCausalLMarchitecture found inconfig.json, integrating it with the Hugging Facetransformerslibrary ecosystem. - Including a link to the official GitHub repository for code access and further details.
- Incorporating a detailed introduction, core features, and the complete "Try Our Demo" section (online and offline demo setup) directly from the original GitHub repository to provide robust usage instructions.
- All relevant sections from the GitHub README have been adapted to the model card for a holistic view.
Please review and merge this PR to enhance the model's documentation on the Hugging Face Hub.