Improve model card: add pipeline tag, correct base_model, and link GitHub repo

#1
by nielsr HF Staff - opened

This PR significantly improves the model card by:

  1. Adding pipeline_tag: text-generation: This crucial tag enables better discoverability on the Hugging Face Hub, allowing users to easily find the model when filtering for text generation tasks.
  2. Correcting base_model: The base_model metadata was updated from NousResearch/Hermes-4-70B to meta-llama/Meta-Llama-3.1-70B-Instruct. This accurately reflects that Hermes 4 is based on Meta-Llama-3.1-70B-Instruct, providing clearer provenance.
  3. Adding a link to the GitHub repository: A direct link to the likely GitHub repository https://github.com/NousResearch/Hermes-4-Llama-3.1-70B has been added for easy access to the source code and further information.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment