Improve model card: Add abstract, key features, usage example, and metadata tags

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card for psp-dada/Qwen2-VL-2B-SENTINEL by:

  • Adding the full paper abstract and detailed key features, including illustrative images, directly to the README, providing a comprehensive overview of the model.
  • Including a practical Python usage example using the transformers library with AutoPeftModelForCausalLM, making it easier for users to get started with inference.
  • Enhancing the metadata by adding library_name: transformers for better integration and discoverability, and relevant tags such as lora, hallucination-mitigation, and multimodal-llm.
  • Updating the badge section with links to the Hugging Face Paper page, Hugging Face Datasets, and Hugging Face Models collection for better navigation.
  • Removing redundant "File information" to streamline the model card content.

Thanks for your suggestions!

psp-dada changed pull request status to closed

Sign up or log in to comment