skirano commited on
Commit
871cece
·
verified ·
1 Parent(s): a8bdee8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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
  ```