Improve model card: Add pipeline tag, license, and detailed content

#1
by nielsr HF Staff - opened

This PR significantly improves the model card by:

  • Adding the text-generation pipeline tag for better discoverability.
  • Specifying the apache-2.0 license, inferred from the project's dependencies and common practice for such models.
  • Including relevant tags such as reasoning and qwen to enhance searchability.
  • Replacing generic placeholders with a comprehensive description of the model, including its purpose, underlying architecture (Qwen3ForCausalLM), and development details, drawing information from the paper abstract, config.json, and the GitHub repository.
  • Adding direct links to the paper and the GitHub repository.
  • Including the full BibTeX citation for proper attribution.

These updates will provide users with a clearer understanding of the model and its origins.

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

Sign up or log in to comment