Improve model card: Add pipeline tag, library name, and explicit links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for FunReason-MT-4B by:
- Adding
pipeline_tag: text-generationto improve discoverability on the Hugging Face Hub. - Adding
library_name: transformersas evidence fromconfig.json(transformers_version) and the usage oftokenizer.apply_chat_templateindicates compatibility with the Hugging Face Transformers library. This will enable the automated "how to use" widget. - Updating the top badge section to include explicit links to the Hugging Face paper page (https://huggingface.co/papers/2510.24645), the GitHub repository (https://github.com/inclusionAI/AWorld-RL), and the overarching project page (https://github.com/inclusionAI/AWorld).
- Updating the reference to "full usage" to point to the main GitHub repository rather than a specific pull request.
The existing descriptive content and usage example have been preserved without alteration, in line with the contribution guidelines.
Please review and merge these improvements.
Bingguang
changed pull request status to
merged