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-generation to improve discoverability on the Hugging Face Hub.
  • Adding library_name: transformers as evidence from config.json (transformers_version) and the usage of tokenizer.apply_chat_template indicates 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

Sign up or log in to comment