Merge pull request #47 from nepalivai/patch-1

Update README.md
This commit is contained in:
Awni Hannun 2023-12-08 06:47:12 -08:00 committed by GitHub
commit bbc18a3240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ The [MNIST](mnist) example is a good starting point to learn how to use MLX.
Some more useful examples include:
- [Transformer language model](transformer_lm) training.
- Large scale text generation with [LLaMA](llama) or [Mistral](mistral)
- Large scale text generation with [LLaMA](llama) or [Mistral](mistral).
- Parameter efficient fine-tuning with [LoRA](lora).
- Generating images with [Stable Diffusion](stable_diffusion).
- Speech recognition with [OpenAI's Whisper](whisper).