Update README.md (#243)

a few typos
This commit is contained in:
Nino Risteski 2024-01-06 20:44:49 +01:00 committed by GitHub
parent 758f05c09a
commit b152d12d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
## Generate Text with MLX and :hugs: Hugging Face ## Generate Text with MLX and :hugs: Hugging Face
This an example large language model text generation that can pull models from This an example of large language model text generation that can pull models from
the Hugging Face Hub. the Hugging Face Hub.
### Setup ### Setup
@ -40,7 +40,7 @@ model you want to run is not supported, file an
[issue](https://github.com/ml-explore/mlx-examples/issues/new) or better yet, [issue](https://github.com/ml-explore/mlx-examples/issues/new) or better yet,
submit a pull request. submit a pull request.
Here are a few examples of Hugging Face models which work with this example: Here are a few examples of Hugging Face models that work with this example:
- [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) - [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
- [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) - [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)