Improve model card: Add metadata and usage example
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
license: apache-2.0,library_name: transformers, andpipeline_tag: text-generationto the metadata for better discoverability and Hub integration. - Including relevant
tagssuch asagents,code-generation,tool-use,reinforcement-learning, andqwen2to further categorize the model's capabilities. - Providing a basic Python usage example for direct model inference, demonstrating how to load and use the model with the
transformerslibrary.
This will make the model more visible and easier for the community to get started with.