Improve model card: Add library, abstract, code link, and usage example
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
library_name: transformers
to the metadata, which enables the "Use in Transformers" widget and improves discoverability. - Including the paper abstract for a more comprehensive overview of the model's context.
- Providing a direct link to the associated GitHub repository for easier access to the code and training pipeline.
- Adding a Python code snippet for basic text generation inference using the
transformers
library and the appropriate chat template. - Adding relevant tags (
science
,scientific-reasoning
,qwen
) for better categorization and searchability.
Thank you very much for your effort in refining the README.
Vfrz
changed pull request status to
merged