Improve model card: Add pipeline tag, library, license, and links

#1
by nielsr HF Staff - opened

This PR enhances the model card for cx-cmu/repro-rephraser-4B by:

  • Adding pipeline_tag: text-generation to improve discoverability for rephrasing tasks.
  • Including library_name: transformers based on the model's architecture (Qwen3ForCausalLM and transformers_version in config.json), which enables the automated "How to use" code snippet.
  • Adding license: cc-by-nc-4.0 to clarify usage terms.
  • Updating the paper reference in the initial description to link directly to the Hugging Face Papers page: RePro: Training Language Models to Faithfully Recycle the Web for Pretraining.
  • Adding an explicit link to the GitHub repository (https://github.com/cxcscmu/RePro) in the main content.

These changes provide more comprehensive and structured information for users and align the model card with best practices on the Hub.

Chenyan Xiong Research Group at CMU org

Thank you for your PR!

yuzc19 changed pull request status to merged

Sign up or log in to comment