Update README.md
Browse files
README.md
CHANGED
@@ -18,5 +18,5 @@ Using a DPO dataset by Argilla [dataset](https://huggingface.co/datasets/argilla
|
|
18 |
pip install mlx
|
19 |
git clone https://github.com/ml-explore/mlx-examples.git
|
20 |
cd mlx-examples/llms/hf_llm
|
21 |
-
python generate.py --model mlx-community/Mistral7B-Inst-v0.2-4bit-mlx-distilabel-capybara-dpo-7k --prompt "
|
22 |
```
|
|
|
18 |
pip install mlx
|
19 |
git clone https://github.com/ml-explore/mlx-examples.git
|
20 |
cd mlx-examples/llms/hf_llm
|
21 |
+
python generate.py --model mlx-community/Mistral7B-Inst-v0.2-4bit-mlx-distilabel-capybara-dpo-7k --prompt "What wights more 1kg of feathers or 0.5kg of steel?"
|
22 |
```
|