Upload Hermes-3-Llama-3.1-8B-GGUF
Browse files- .gitattributes +22 -0
- BackyardAI_Banner.png +0 -0
- BackyardAI_Logo.png +0 -0
- Hermes-3-Llama-3.1-8B.F32.gguf +3 -0
- Hermes-3-Llama-3.1-8B.IQ1_M.gguf +3 -0
- Hermes-3-Llama-3.1-8B.IQ1_S.gguf +3 -0
- Hermes-3-Llama-3.1-8B.IQ2_M.gguf +3 -0
- Hermes-3-Llama-3.1-8B.IQ2_S.gguf +3 -0
- Hermes-3-Llama-3.1-8B.IQ2_XS.gguf +3 -0
- Hermes-3-Llama-3.1-8B.IQ2_XXS.gguf +3 -0
- Hermes-3-Llama-3.1-8B.IQ3_M.gguf +3 -0
- Hermes-3-Llama-3.1-8B.IQ3_S.gguf +3 -0
- Hermes-3-Llama-3.1-8B.IQ3_XS.gguf +3 -0
- Hermes-3-Llama-3.1-8B.IQ3_XXS.gguf +3 -0
- Hermes-3-Llama-3.1-8B.IQ4_XS.gguf +3 -0
- Hermes-3-Llama-3.1-8B.Q3_K_L.gguf +3 -0
- Hermes-3-Llama-3.1-8B.Q3_K_M.gguf +3 -0
- Hermes-3-Llama-3.1-8B.Q3_K_S.gguf +3 -0
- Hermes-3-Llama-3.1-8B.Q4_K_M.gguf +3 -0
- Hermes-3-Llama-3.1-8B.Q4_K_S.gguf +3 -0
- Hermes-3-Llama-3.1-8B.Q5_K_M.gguf +3 -0
- Hermes-3-Llama-3.1-8B.Q5_K_S.gguf +3 -0
- Hermes-3-Llama-3.1-8B.Q6_K.gguf +3 -0
- Hermes-3-Llama-3.1-8B.Q8_0.gguf +3 -0
- Hermes-3-Llama-3.1-8B.imatrix +3 -0
- README.md +55 -0
.gitattributes
CHANGED
@@ -33,3 +33,25 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
Hermes-3-Llama-3.1-8B.F32.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Hermes-3-Llama-3.1-8B.IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Hermes-3-Llama-3.1-8B.IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Hermes-3-Llama-3.1-8B.IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Hermes-3-Llama-3.1-8B.IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Hermes-3-Llama-3.1-8B.IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Hermes-3-Llama-3.1-8B.IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
Hermes-3-Llama-3.1-8B.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
Hermes-3-Llama-3.1-8B.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
Hermes-3-Llama-3.1-8B.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
Hermes-3-Llama-3.1-8B.IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
Hermes-3-Llama-3.1-8B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
48 |
+
Hermes-3-Llama-3.1-8B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
49 |
+
Hermes-3-Llama-3.1-8B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
50 |
+
Hermes-3-Llama-3.1-8B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
51 |
+
Hermes-3-Llama-3.1-8B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
52 |
+
Hermes-3-Llama-3.1-8B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
53 |
+
Hermes-3-Llama-3.1-8B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
54 |
+
Hermes-3-Llama-3.1-8B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
55 |
+
Hermes-3-Llama-3.1-8B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
56 |
+
Hermes-3-Llama-3.1-8B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
57 |
+
Hermes-3-Llama-3.1-8B.imatrix filter=lfs diff=lfs merge=lfs -text
|
BackyardAI_Banner.png
ADDED
BackyardAI_Logo.png
ADDED
Hermes-3-Llama-3.1-8B.F32.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47f31a067d0de79587d2f6e14431b171dc7c6e6cb957c64e6a38e00cf3e01516
|
3 |
+
size 32128886528
|
Hermes-3-Llama-3.1-8B.IQ1_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b45af94e0c49339def1556b91a1cd8a4b59e943fa5e7c55a5532af27337af21
|
3 |
+
size 2161977376
|
Hermes-3-Llama-3.1-8B.IQ1_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2fb3e53c6b8f4f1fb2379e46c53aa1ac02ba013b50514e7ca319907943bf88b
|
3 |
+
size 2019633184
|
Hermes-3-Llama-3.1-8B.IQ2_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d7d1b1da903b146427d686a5ad5828db89a5979ef8c4ca528f589f55a7ad6d2
|
3 |
+
size 2948286496
|
Hermes-3-Llama-3.1-8B.IQ2_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de44dbe29fb257543e5eaba89cbcec1b970ea593c4f7daef9df6a5393298f6b3
|
3 |
+
size 2758494240
|
Hermes-3-Llama-3.1-8B.IQ2_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc7bf6f4e3e02754abf7697d70cd0bce038228e4fa8bd7654c5332477020e065
|
3 |
+
size 2605787168
|
Hermes-3-Llama-3.1-8B.IQ2_XXS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4b90ecec432fd0a34e727c11c42ab050651b205834b179763c71711456fe8cc
|
3 |
+
size 2399217696
|
Hermes-3-Llama-3.1-8B.IQ3_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:008e7d3e3b39496e4562b8a11ff4da68e216171eeb254d264433c20356827a65
|
3 |
+
size 3784828960
|
Hermes-3-Llama-3.1-8B.IQ3_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb3276c25564249ea4feedb952118632281495f5f32a42134d63d79f8c45f78c
|
3 |
+
size 3682330656
|
Hermes-3-Llama-3.1-8B.IQ3_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d151f88caacb2ff8b1acf4f1d85734f93c97d314cfa0edd49f1003c078907d98
|
3 |
+
size 3518752800
|
Hermes-3-Llama-3.1-8B.IQ3_XXS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df6895783f8f64d920276a9a8d24a34a884123edb230a00766e43df9db93de06
|
3 |
+
size 3274917920
|
Hermes-3-Llama-3.1-8B.IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eeae677d5aa104ffb69aac11a2ff35cf3ee120390a5197eb99559444c3ef558d
|
3 |
+
size 4447668256
|
Hermes-3-Llama-3.1-8B.Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14761cc0e1f0cfb775e093fac842c49f62ef74ec3830b0e8200d39d766d271ec
|
3 |
+
size 4321961728
|
Hermes-3-Llama-3.1-8B.Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7938413e4fb3b3f051b14be7f5d45e5fa2ed649a9d23a242258e762dbf945a7a
|
3 |
+
size 4018923264
|
Hermes-3-Llama-3.1-8B.Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2591a066fbac3a25f1f14a56bde5ce98a1c6a7e572c43c724547818e1469e96
|
3 |
+
size 3664504576
|
Hermes-3-Llama-3.1-8B.Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9af60993a5ee618053b801b484447bbba075f4703b719e08c2246ce333483bdf
|
3 |
+
size 4920739584
|
Hermes-3-Llama-3.1-8B.Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11c2023390df988851ff4d199c1e64f5f06bd51659d97c8ae74f56d35a78c255
|
3 |
+
size 4692674304
|
Hermes-3-Llama-3.1-8B.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da3c257453e97562dcf09b0daddc5f592972e029c6121fcc9cc22b16317881ba
|
3 |
+
size 5732992768
|
Hermes-3-Llama-3.1-8B.Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb1dbddf14606491e2dee82348e1714f3fbe1b443a4d85c234dfbe8790638a5f
|
3 |
+
size 5599299328
|
Hermes-3-Llama-3.1-8B.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71de080f56a762d12f0f45d78655e39d1d600b306c817dbfc4f2942271f69846
|
3 |
+
size 6596011776
|
Hermes-3-Llama-3.1-8B.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:518badceb12badcfb46d4112c4f3ff64bf3ff495451d5611a9d7ac7d1d46c850
|
3 |
+
size 8540776192
|
Hermes-3-Llama-3.1-8B.imatrix
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a87f4c5246fe7fa9238b8a0b71fe42b1e27173091facd1fb1c379cb1ec67cdb2
|
3 |
+
size 4988216
|
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: NousResearch/Hermes-3-Llama-3.1-8B
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: llama3
|
6 |
+
model_name: Hermes-3-Llama-3.1-8B-GGUF
|
7 |
+
tags:
|
8 |
+
- Llama-3
|
9 |
+
- instruct
|
10 |
+
- finetune
|
11 |
+
- chatml
|
12 |
+
- gpt4
|
13 |
+
- synthetic data
|
14 |
+
- distillation
|
15 |
+
- function calling
|
16 |
+
- json mode
|
17 |
+
- axolotl
|
18 |
+
- roleplaying
|
19 |
+
- chat
|
20 |
+
quantized_by: brooketh
|
21 |
+
parameter_count: 8030261312
|
22 |
+
---
|
23 |
+
<img src="BackyardAI_Banner.png" alt="Backyard.ai" style="height: 90px; min-width: 32px; display: block; margin: auto;">
|
24 |
+
|
25 |
+
**<p style="text-align: center;">The official library of GGUF format models for use in the local AI chat app, Backyard AI.</p>**
|
26 |
+
|
27 |
+
<p style="text-align: center;"><a href="https://backyard.ai/">Download Backyard AI here to get started.</a></p>
|
28 |
+
|
29 |
+
<p style="text-align: center;"><a href="https://www.reddit.com/r/LLM_Quants/">Request Additional models at r/LLM_Quants.</a></p>
|
30 |
+
|
31 |
+
***
|
32 |
+
# Hermes 3 Llama 3.1 8B
|
33 |
+
- **Creator:** [NousResearch](https://huggingface.co/NousResearch/)
|
34 |
+
- **Original:** [Hermes 3 Llama 3.1 8B](https://huggingface.co/NousResearch/Hermes-3-Llama-3.1-8B)
|
35 |
+
- **Date Created:** 2024-07-28
|
36 |
+
- **Trained Context:** 131072 tokens
|
37 |
+
- **Description:** 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.
|
38 |
+
***
|
39 |
+
## What is a GGUF?
|
40 |
+
GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Backyard AI. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.
|
41 |
+
GGUF models are quantized to reduce resource usage, with a tradeoff of reduced coherence at lower quantizations. Quantization reduces the precision of the model weights by changing the number of bits used for each weight.
|
42 |
+
|
43 |
+
***
|
44 |
+
<img src="BackyardAI_Logo.png" alt="Backyard.ai" style="height: 75px; min-width: 32px; display: block; horizontal align: left;">
|
45 |
+
|
46 |
+
## Backyard AI
|
47 |
+
- Free, local AI chat application.
|
48 |
+
- One-click installation on Mac and PC.
|
49 |
+
- Automatically use GPU for maximum speed.
|
50 |
+
- Built-in model manager.
|
51 |
+
- High-quality character hub.
|
52 |
+
- Zero-config desktop-to-mobile tethering.
|
53 |
+
Backyard AI makes it easy to start chatting with AI using your own characters or one of the many found in the built-in character hub. The model manager helps you find the latest and greatest models without worrying about whether it's the correct format. Backyard AI supports advanced features such as lorebooks, author's note, text formatting, custom context size, sampler settings, grammars, local TTS, cloud inference, and tethering, all implemented in a way that is straightforward and reliable.
|
54 |
+
**Join us on [Discord](https://discord.gg/SyNN2vC9tQ)**
|
55 |
+
***
|