Update README.md
Browse files
README.md
CHANGED
@@ -29,6 +29,14 @@ This model was converted to MLX format from [`mlx-community/Nous-Hermes-2-Mixtra
|
|
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.
|
30 |
## Use with mlx
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
```bash
|
33 |
pip install mlx-lm
|
34 |
```
|
|
|
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.
|
30 |
## Use with mlx
|
31 |
|
32 |
+
|
33 |
+
When using the model use the fromat:
|
34 |
+
|
35 |
+
Question: [your question]
|
36 |
+
|
37 |
+
Assistant:
|
38 |
+
|
39 |
+
|
40 |
```bash
|
41 |
pip install mlx-lm
|
42 |
```
|