Overview
Nous Research developed and released the Hermes 3, a state-of-the-art instruction-tuned language model built on Llama-3.2-3B. This 3-billion parameter model is a fine-tuned version of Llama-3.2 and represents a leap forward in reasoning, multi-turn conversation, and structured outputs. It incorporates advanced role-playing capabilities, reliable function calling, and improved coherence over long contexts, making it a versatile assistant for various applications.
Hermes 3 was trained with high-quality data, leveraging fine-tuning techniques on H100 GPUs via LambdaLabs GPU Cloud. The model excels in both general-purpose and specialized tasks, including code generation, reasoning, and advanced conversational abilities. With support for ChatML prompt formatting, Hermes 3 ensures compatibility with OpenAI endpoints and facilitates structured, steerable interactions for end-users.
Variants
No | Variant | Cortex CLI command |
---|---|---|
1 | gguf | cortex run hermes3 |
Use it with Jan (UI)
- Install Jan using Quickstart
- Use in Jan model Hub:
cortexso/hermes3
Use it with Cortex (CLI)
- Install Cortex using Quickstart
- Run the model with command:
cortex run hermes3
Credits
- Author: Nous Research
- Converter: Homebrew
- Original License: License
- Papers: Hermes 3 Technical Report