Add library_name to model card
#2
by nielsr HF Staff - opened
This PR adds the library_name: transformers metadata to the model card. The model is compatible with the Transformers library, as demonstrated by the provided usage examples in the GitHub README (which load Qwen3ASRForConditionalGeneration from the qwen_asr transformers backend) and the model architecture in config.json. Adding this metadata enables the Hub to display the standard "Use in Transformers" code snippet, making it easier for users to load the model.
The markdown content already includes all necessary information (paper link, project page, GitHub, usage instructions, benchmark results, and license), so no changes are made to the body.