Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
---
|
4 |
+
## Overview
|
5 |
+
|
6 |
+
**Nous Research** developed and released the [Hermes 3](https://huggingface.co/NousResearch/Hermes-3-Llama-3.2-3B), 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.
|
7 |
+
|
8 |
+
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.
|
9 |
+
|
10 |
+
## Variants
|
11 |
+
|
12 |
+
| No | Variant | Cortex CLI command |
|
13 |
+
| --- | --- | --- |
|
14 |
+
| 1 | [gguf](https://huggingface.co/cortexso/hermes3/tree/main) | `cortex run hermes3` |
|
15 |
+
|
16 |
+
## Use it with Jan (UI)
|
17 |
+
|
18 |
+
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
19 |
+
2. Use in Jan model Hub:
|
20 |
+
```text
|
21 |
+
cortexso/hermes3
|
22 |
+
```
|
23 |
+
|
24 |
+
## Use it with Cortex (CLI)
|
25 |
+
|
26 |
+
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
27 |
+
2. Run the model with command:
|
28 |
+
```bash
|
29 |
+
cortex run hermes3
|
30 |
+
```
|
31 |
+
|
32 |
+
## Credits
|
33 |
+
|
34 |
+
- **Author:** Nous Research
|
35 |
+
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
36 |
+
- **Original License:** [License](https://huggingface.co/NousResearch/Hermes-3-Llama-3.2-3B#license)
|
37 |
+
- **Papers:** [Hermes 3 Technical Report](https://arxiv.org/pdf/2408.11857)
|