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-generationpipeline tag for better discoverability. - Specifying the
apache-2.0license, inferred from the project's dependencies and common practice for such models. - Including relevant tags such as
reasoningandqwento 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.