Skip to content

Commit 8bbf093

Browse files
authored
models(gallery): add hermes-3 (#3252)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 714e80a commit 8bbf093

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

gallery/hermes-2-pro-mistral.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ config_file: |
1111
- "<|end_of_text|>"
1212
function:
1313
disable_no_action: true
14-
return_name_in_function_response: true
1514
grammar:
1615
# Uncomment the line below to enable grammar matching for JSON results if the model is breaking
1716
# the output. This will make the model more accurate and won't break the JSON output.

gallery/index.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4604,6 +4604,36 @@
46044604
- filename: "Hermes-2-Pro-Llama-3-8B-Q8_0.gguf"
46054605
sha256: "d138388cfda04d185a68eaf2396cf7a5cfa87d038a20896817a9b7cf1806f532"
46064606
uri: "huggingface://NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF/Hermes-2-Pro-Llama-3-8B-Q8_0.gguf"
4607+
- !!merge <<: *hermes-2-pro-mistral
4608+
name: "hermes-3-llama-3.1-8b"
4609+
icon: https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/bMcZ3sNNQK8SRZpHXBmwM.jpeg
4610+
urls:
4611+
- https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B
4612+
- https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B-GGUF
4613+
description: |
4614+
Hermes 3 is a generalist language model developed by Nous Research. It is an advanced agentic model with improved roleplaying, reasoning, multi-turn conversation, long context coherence, and generalist assistant capabilities. The model is built on top of the Llama-3 architecture and has been fine-tuned to achieve superior performance in various tasks. It is designed to be a powerful and reliable tool for solving complex problems and assisting users in achieving their goals. Hermes 3 can be used for a wide range of applications, including research, education, and personal assistant tasks. It is available on the Hugging Face model hub for easy access and integration into existing workflows.
4615+
overrides:
4616+
parameters:
4617+
model: Hermes-3-Llama-3.1-8B.Q4_K_M.gguf
4618+
files:
4619+
- filename: Hermes-3-Llama-3.1-8B.Q4_K_M.gguf
4620+
sha256: d4403ce5a6e930f4c2509456388c20d633a15ff08dd52ef3b142ff1810ec3553
4621+
uri: huggingface://NousResearch/Hermes-3-Llama-3.1-8B-GGUF/Hermes-3-Llama-3.1-8B.Q4_K_M.gguf
4622+
- !!merge <<: *hermes-2-pro-mistral
4623+
name: "hermes-3-llama-3.1-70b"
4624+
icon: https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/vG6j5WxHX09yj32vgjJlI.jpeg
4625+
urls:
4626+
- https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-70B
4627+
- https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-70B-GGUF
4628+
description: |
4629+
Hermes 3 is a generalist language model with many improvements over Hermes 2, including advanced agentic capabilities, much better roleplaying, reasoning, multi-turn conversation, long context coherence, and improvements across the board. It is designed to focus on aligning LLMs to the user, with powerful steering capabilities and control given to the end user. The model uses ChatML as the prompt format, opening up a much more structured system for engaging the LLM in multi-turn chat dialogue. It also supports function calling and structured output capabilities, generalist assistant capabilities, and improved code generation skills.
4630+
overrides:
4631+
parameters:
4632+
model: Hermes-3-Llama-3.1-70B.Q4_K_M.gguf
4633+
files:
4634+
- filename: Hermes-3-Llama-3.1-70B.Q4_K_M.gguf
4635+
sha256: 955c2f42caade4278f3c9dbffa32bb74572652b20e49e5340e782de3585bbe3f
4636+
uri: huggingface://NousResearch/Hermes-3-Llama-3.1-70B-GGUF/Hermes-3-Llama-3.1-70B.Q4_K_M.gguf
46074637
- !!merge <<: *hermes-2-pro-mistral
46084638
name: "biomistral-7b"
46094639
description: |

0 commit comments

Comments
 (0)