Add pipeline_tag, library_name, and reasoning tag

#1
by nielsr HF Staff - opened

This PR enhances the model card by adding relevant metadata and minor content improvements:

  • pipeline_tag: text-generation: Categorizes the model for common LRM tasks, improving discoverability.
  • library_name: transformers: Specifies compatibility with the transformers library, enabling the automated "Use in Transformers" code snippet on the Hub. Evidence for this is found in the config.json (architectures: ["Olmo3ForCausalLM"], transformers_version: "4.57.3").
  • tags: - reasoning: Adds a relevant tag to reflect the model's focus on "Large Reasoning Models," as indicated by the paper title.
  • Content enhancements: Updated the "Developed by" section to include a link to Nan Zhang's Hugging Face profile and added a "Finetuned from model" entry with a link to allenai/Olmo-3-7B-Think for better context.

These updates will improve the model's discoverability and utility for users on the Hugging Face Hub.

nanzhang changed pull request status to merged

Thanks for this PR!

Sign up or log in to comment