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-generationto improve discoverability for rephrasing tasks. - Including
library_name: transformersbased on the model's architecture (Qwen3ForCausalLMandtransformers_versioninconfig.json), which enables the automated "How to use" code snippet. - Adding
license: cc-by-nc-4.0to 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.
Thank you for your PR!
yuzc19 changed pull request status to merged