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:
- 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. - Correcting
base_model: Thebase_modelmetadata was updated fromNousResearch/Hermes-4-70Btometa-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. - Adding a link to the GitHub repository: A direct link to the likely GitHub repository
https://github.com/NousResearch/Hermes-4-Llama-3.1-70Bhas been added for easy access to the source code and further information.