Add essential metadata and improve paper/base model links
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team. This PR aims to enhance the discoverability and clarity of this model by:
- Adding the
pipeline_tag: text-generationto reflect its primary function. - Including
library_name: transformersas the model usesOlmo3ForCausalLMarchitecture and mentionstransformerscompatibility. - Specifying
base_model: allenai/Olmo-3-7B-Think-DPOto clearly link to its original foundation. - Adding the
reasoningtag for better categorization. - Updating the paper link to the official Hugging Face Papers URL.
- Hyperlinking the base model in the "Uses" section for convenience.
These updates align with best practices for model cards on the Hugging Face Hub, making the model easier to find and understand.
nanzhang changed pull request status to merged