Skip to content

Commit f7508e3

Browse files
authored
models(gallery): add hermes-2-theta-llama-3-8b (mudler#2331)
Signed-off-by: mudler <mudler@localai.io>
1 parent badfc16 commit f7508e3

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

gallery/hermes-2-pro-mistral.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,4 @@ config_file: |
4949
f16: true
5050
stopwords:
5151
- <|im_end|>
52-
- <dummy32000>
53-
- "\n</tool_call>"
54-
- "\n\n\n"
52+
- '</tool_call>'

gallery/index.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,27 @@
10951095
- filename: "Hermes-2-Pro-Mistral-7B.Q8_0.gguf"
10961096
sha256: "b6d95d7ec9a395b7568cc94b0447fd4f90b6f69d6e44794b1fbb84e3f732baca"
10971097
uri: "huggingface://NousResearch/Hermes-2-Pro-Mistral-7B-GGUF/Hermes-2-Pro-Mistral-7B.Q8_0.gguf"
1098+
- !!merge <<: *hermes-2-pro-mistral
1099+
name: "hermes-2-theta-llama-3-8b"
1100+
icon: https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/HQnQmNM1L3KXGhp0wUzHH.png
1101+
tags:
1102+
- llm
1103+
- gguf
1104+
- gpu
1105+
- llama3
1106+
- cpu
1107+
description: |
1108+
Hermes-2 Θ (Theta) is the first experimental merged model released by Nous Research, in collaboration with Charles Goddard at Arcee, the team behind MergeKit.
1109+
Hermes-2 Θ is a merged and then further RLHF'ed version our excellent Hermes 2 Pro model and Meta's Llama-3 Instruct model to form a new model, Hermes-2 Θ, combining the best of both worlds of each model.
1110+
urls:
1111+
- https://huggingface.co/NousResearch/Hermes-2-Theta-Llama-3-8B-GGUF
1112+
overrides:
1113+
parameters:
1114+
model: Hermes-2-Pro-Llama-3-Instruct-Merged-DPO-Q4_K_M.gguf
1115+
files:
1116+
- filename: "Hermes-2-Pro-Llama-3-Instruct-Merged-DPO-Q4_K_M.gguf"
1117+
sha256: "762b9371a296ab2628592b9462dc676b27d881a3402816492801641a437669b3"
1118+
uri: "huggingface://NousResearch/Hermes-2-Theta-Llama-3-8B-GGUF/Hermes-2-Pro-Llama-3-Instruct-Merged-DPO-Q4_K_M.gguf"
10981119
### LLAMA3 version
10991120
- !!merge <<: *hermes-2-pro-mistral
11001121
name: "hermes-2-pro-llama-3-8b"

0 commit comments

Comments
 (0)