Add pipeline_tag and library_name to metadata
#1
by nielsr HF Staff - opened
This PR improves the metadata of your model card by adding:
pipeline_tag: text-generationto ensure the model is properly categorized on the Hub.library_name: transformersas this model is based on Qwen3, which is supported by thetransformerslibrary.
The markdown content of the model card remains unchanged as it is already highly detailed and includes links to the paper, blog, and code repository.