Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,10 @@ model-index:
|
|
20 |
results: []
|
21 |
---
|
22 |
|
|
|
|
|
|
|
|
|
23 |
# mlx-community/NousHermes-Mixtral-8x7B-Reddit-mlx
|
24 |
This model was converted to MLX format from [`mlx-community/Nous-Hermes-2-Mixtral-8x7B-DPO-4bit`]().
|
25 |
Refer to the [original model card](https://huggingface.co/mlx-community/Nous-Hermes-2-Mixtral-8x7B-DPO-4bit) for more details on the model.
|
@@ -33,5 +37,5 @@ pip install mlx-lm
|
|
33 |
from mlx_lm import load, generate
|
34 |
|
35 |
model, tokenizer = load("mlx-community/NousHermes-Mixtral-8x7B-Reddit-mlx")
|
36 |
-
response = generate(model, tokenizer, prompt="
|
37 |
```
|
|
|
20 |
results: []
|
21 |
---
|
22 |
|
23 |
+
![Alt text](https://cdn.discordapp.com/attachments/989904887330521099/1204964869565317120/Alchemist_Hermes_Illustration.jpeg?ex=65d6a5fc&is=65c430fc&hm=9939eb11dd4b7872a67019a328ad2832315a1e2ad273e2d0dc7134a5d45a58ee&)
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
# mlx-community/NousHermes-Mixtral-8x7B-Reddit-mlx
|
28 |
This model was converted to MLX format from [`mlx-community/Nous-Hermes-2-Mixtral-8x7B-DPO-4bit`]().
|
29 |
Refer to the [original model card](https://huggingface.co/mlx-community/Nous-Hermes-2-Mixtral-8x7B-DPO-4bit) for more details on the model.
|
|
|
37 |
from mlx_lm import load, generate
|
38 |
|
39 |
model, tokenizer = load("mlx-community/NousHermes-Mixtral-8x7B-Reddit-mlx")
|
40 |
+
response = generate(model, tokenizer, prompt="Question:ELI5 quantum mechanics. Assistant:", verbose=True)
|
41 |
```
|