Update README.md
Browse files
README.md
CHANGED
@@ -43,9 +43,6 @@ This is the SFT + DPO version of Mixtral Hermes 2, we are also be providing an S
|
|
43 |
4. [Inference Example Code](#inference-code)
|
44 |
5. [Quantized Models](#quantized-models)
|
45 |
|
46 |
-
## Benchmark Results
|
47 |
-
|
48 |
-
Nous-Hermes 2 on Mixtral 8x7B is a major improvement across the board on the benchmarks below compared to the base Mixtral model, and is the first model to beat the flagship Mixtral Finetune by MistralAI.
|
49 |
|
50 |
## Example Outputs
|
51 |
|
@@ -61,7 +58,9 @@ Nous-Hermes 2 on Mixtral 8x7B is a major improvement across the board on the ben
|
|
61 |
|
62 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/QElwK1UI9PQQT6WosXpo1.png)
|
63 |
|
64 |
-
|
|
|
|
|
65 |
|
66 |
## GPT4All:
|
67 |
```
|
@@ -235,6 +234,7 @@ for chat in prompts:
|
|
235 |
# Quantized Models:
|
236 |
|
237 |
## All sizes of GGUF Quantizations are available here:
|
238 |
-
###
|
|
|
239 |
|
240 |
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
|
|
43 |
4. [Inference Example Code](#inference-code)
|
44 |
5. [Quantized Models](#quantized-models)
|
45 |
|
|
|
|
|
|
|
46 |
|
47 |
## Example Outputs
|
48 |
|
|
|
58 |
|
59 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/QElwK1UI9PQQT6WosXpo1.png)
|
60 |
|
61 |
+
## Benchmark Results
|
62 |
+
|
63 |
+
Nous-Hermes 2 on Mixtral 8x7B is a major improvement across the board on the benchmarks below compared to the base Mixtral model, and is the first model to beat the flagship Mixtral Finetune by MistralAI.
|
64 |
|
65 |
## GPT4All:
|
66 |
```
|
|
|
234 |
# Quantized Models:
|
235 |
|
236 |
## All sizes of GGUF Quantizations are available here:
|
237 |
+
### SFT+DPO Version - https://huggingface.co/NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO-GGUF
|
238 |
+
### SFT Only Version - https://huggingface.co/NousResearch/Nous-Hermes-2-Mixtral-8x7B-SFT-GGUF
|
239 |
|
240 |
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|