skirano commited on
Commit
4607bca
1 Parent(s): 7a8724d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 "My name is"
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
  ```