Improve model card: add pipeline tag, project page, and fix sample usage model_id
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for Hermes 4 by:
- Adding the
pipeline_tag: text-generation
to the metadata for better discoverability and categorization on the Hugging Face Hub. - Adding an explicit "Project Page" link near the top of the model card content, linking to the Hermes 4 collection.
- Correcting the
model_id
in the "Transformers example" code snippet fromNousResearch/Hermes-4-14B
toNousResearch/Hermes-4-14B-FP8
to accurately reflect this model's specific FP8 version.