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-textto ensure the model is correctly categorized on the Hub. - Adding
library_name: transformersas the model usestransformersfor processing and is compatible with the ecosystem. - Including a
base_modelreference toQwen/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