Text Generation
MLX
English
llama
Gabriel C commited on
Commit
550cd2d
1 Parent(s): ba03312

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,5 +17,5 @@ Refer to the [original model card](https://huggingface.co/TinyLlama/TinyLlama-1.
17
  pip install mlx
18
  git clone https://github.com/ml-explore/mlx-examples.git
19
  cd mlx-examples/llms/hf_llm
20
- python generate.py --model mlx-community/Singlish-TinyLlama-v0.1 --prompt "My name is"
21
  ```
 
17
  pip install mlx
18
  git clone https://github.com/ml-explore/mlx-examples.git
19
  cd mlx-examples/llms/hf_llm
20
+ python generate.py --model mlx-community/Singlish-TinyLlama-v0.1 --prompt "<SIN> SINGLISH <ENG> "
21
  ```