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, and pipeline_tag: text-generation to the metadata for better discoverability and Hub integration.
  • Including relevant tags such as agents, code-generation, tool-use, reinforcement-learning, and qwen2 to 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 transformers library.

This will make the model more visible and easier for the community to get started with.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment