diff --git a/llms/hf_llm/README.md b/llms/hf_llm/README.md index 06a946c3..809417cc 100644 --- a/llms/hf_llm/README.md +++ b/llms/hf_llm/README.md @@ -1,6 +1,6 @@ ## 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. ### 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, 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) - [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)