Improve model card: Add pipeline tag, library name, and sample usage

#1
by nielsr HF Staff - opened

This PR improves the model card for gWorld-32B by:

  • Adding the pipeline_tag: image-text-to-text to ensure the model is correctly categorized on the Hub.
  • Adding library_name: transformers as the model uses transformers for processing and is compatible with the ecosystem.
  • Including a base_model reference to Qwen/Qwen3-VL-32B.
  • Adding a comprehensive "Sample Usage" section with code for inference using vLLM, as provided in the official GitHub repository.
  • Organizing the content for better readability.
sungjunhan-trl changed pull request status to merged

Sign up or log in to comment