Improve model card: Add pipeline tag, correct base model, and add code/project links

#1
by nielsr HF Staff - opened

This PR significantly improves the model card for Hermes 4 14B by:

  1. Adding pipeline_tag: text-generation to the metadata: This correctly categorizes the model as a generative language model, improving its discoverability on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=text-generation).
  2. Correcting base_model in metadata: Updated base_model from NousResearch/Hermes-4-14B to Qwen-3-14B to accurately reflect that the model is based on Qwen 3 14B, as stated in its description.
  3. Enhancing paper link: Added the official Hugging Face Papers link for the "Hermes 4 Technical Report" alongside the existing arXiv link, offering users more options to access the paper.
  4. Adding GitHub Repository link: Included a new "Code" section with a link to the official GitHub repository for Hermes 4 (https://github.com/NousResearch/Hermes-4), providing easy access to the source code.
  5. Adding dedicated Project Page section: Elevated the link to the Hermes 4 collection on Hugging Face to its own "Project Page" section for better visibility and navigation, and removed the redundant link from the "Quantized / Smaller Variants" section.

No changes were made to the existing transformers usage example as it is correct and valid.

Will changing the base_model break the model family tree? I want this model to show up as a quantization for Hermes like it currently does.
Screenshot 2025-09-03 at 5.21.38 PM.png

I think you can add multiple base models :)

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment