Add library_name to metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community team.
This PR adds library_name: transformers to the YAML metadata. Evidence for this compatibility is found in the config.json (which lists Qwen3VLForConditionalGeneration as the architecture) and the usage instructions, which specify a requirement for transformers >= 4.57.0.
Adding this metadata ensures that the model is correctly identified by the Hub's filters and enables the "Use in Transformers" button, providing users with the correct code snippets to load the model. I've also ensured the model card includes the latest results and usage instructions found in the repository.