morriszms commited on
Commit
ff29e25
1 Parent(s): e58855f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -122,8 +122,16 @@ This repo contains GGUF format model files for [vicgalle/Configurable-Hermes-2-P
122
 
123
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
124
 
 
 
 
 
 
 
 
125
  ## Prompt template
126
 
 
127
  ```
128
  <|begin_of_text|><|im_start|>system
129
  {system_prompt}<|im_end|>
@@ -136,18 +144,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
136
 
137
  | Filename | Quant type | File Size | Description |
138
  | -------- | ---------- | --------- | ----------- |
139
- | [Configurable-Hermes-2-Pro-Llama-3-8B-Q2_K.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/tree/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
140
- | [Configurable-Hermes-2-Pro-Llama-3-8B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/tree/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
141
- | [Configurable-Hermes-2-Pro-Llama-3-8B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/tree/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
142
- | [Configurable-Hermes-2-Pro-Llama-3-8B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/tree/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
143
- | [Configurable-Hermes-2-Pro-Llama-3-8B-Q4_0.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/tree/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
144
- | [Configurable-Hermes-2-Pro-Llama-3-8B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/tree/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q4_K_S.gguf) | Q4_K_S | 4.371 GB | small, greater quality loss |
145
- | [Configurable-Hermes-2-Pro-Llama-3-8B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/tree/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
146
- | [Configurable-Hermes-2-Pro-Llama-3-8B-Q5_0.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/tree/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
147
- | [Configurable-Hermes-2-Pro-Llama-3-8B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/tree/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
148
- | [Configurable-Hermes-2-Pro-Llama-3-8B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/tree/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
149
- | [Configurable-Hermes-2-Pro-Llama-3-8B-Q6_K.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/tree/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
150
- | [Configurable-Hermes-2-Pro-Llama-3-8B-Q8_0.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/tree/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
151
 
152
 
153
  ## Downloading instruction
 
122
 
123
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
124
 
125
+
126
+ <div style="text-align: left; margin: 20px 0;">
127
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
128
+ Run them on the TensorBlock client using your local machine ↗
129
+ </a>
130
+ </div>
131
+
132
  ## Prompt template
133
 
134
+
135
  ```
136
  <|begin_of_text|><|im_start|>system
137
  {system_prompt}<|im_end|>
 
144
 
145
  | Filename | Quant type | File Size | Description |
146
  | -------- | ---------- | --------- | ----------- |
147
+ | [Configurable-Hermes-2-Pro-Llama-3-8B-Q2_K.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/blob/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
148
+ | [Configurable-Hermes-2-Pro-Llama-3-8B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/blob/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
149
+ | [Configurable-Hermes-2-Pro-Llama-3-8B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/blob/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
150
+ | [Configurable-Hermes-2-Pro-Llama-3-8B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/blob/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
151
+ | [Configurable-Hermes-2-Pro-Llama-3-8B-Q4_0.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/blob/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
152
+ | [Configurable-Hermes-2-Pro-Llama-3-8B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/blob/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q4_K_S.gguf) | Q4_K_S | 4.371 GB | small, greater quality loss |
153
+ | [Configurable-Hermes-2-Pro-Llama-3-8B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/blob/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
154
+ | [Configurable-Hermes-2-Pro-Llama-3-8B-Q5_0.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/blob/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
155
+ | [Configurable-Hermes-2-Pro-Llama-3-8B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/blob/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
156
+ | [Configurable-Hermes-2-Pro-Llama-3-8B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/blob/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
157
+ | [Configurable-Hermes-2-Pro-Llama-3-8B-Q6_K.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/blob/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
158
+ | [Configurable-Hermes-2-Pro-Llama-3-8B-Q8_0.gguf](https://huggingface.co/tensorblock/Configurable-Hermes-2-Pro-Llama-3-8B-GGUF/blob/main/Configurable-Hermes-2-Pro-Llama-3-8B-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
159
 
160
 
161
  ## Downloading instruction