mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 12:49:50 +08:00
add llms subdir + update README
This commit is contained in:
24
README.md
24
README.md
@@ -5,15 +5,29 @@ framework](https://github.com/ml-explore/mlx).
|
||||
|
||||
The [MNIST](mnist) example is a good starting point to learn how to use MLX.
|
||||
|
||||
Some more useful examples include:
|
||||
Some more useful examples are listed below.
|
||||
|
||||
### Text Models
|
||||
|
||||
- [Transformer language model](transformer_lm) training.
|
||||
- Large scale text generation with [LLaMA](llama), [Mistral](mistral) or [Phi](phi2).
|
||||
- Mixture-of-experts (MoE) language model with [Mixtral 8x7B](mixtral)
|
||||
- Large scale text generation with [LLaMA](llms/llama),
|
||||
[Mistral](llms/mistral), [Phi-2](llms/phi2), and more in the [LLMs](llms)
|
||||
directory.
|
||||
- A mixture-of-experts (MoE) language model with [Mixtral 8x7B](llms/mixtral)
|
||||
- Parameter efficient fine-tuning with [LoRA](lora).
|
||||
- Generating images with [Stable Diffusion](stable_diffusion).
|
||||
- Speech recognition with [OpenAI's Whisper](whisper).
|
||||
- Text-to-text multi-task Transformers with [T5](t5).
|
||||
- Bidirectional language understanding with [BERT](bert)
|
||||
|
||||
### Image Models
|
||||
|
||||
- Generating images with [Stable Diffusion](stable_diffusion).
|
||||
|
||||
### Audio Models
|
||||
|
||||
- Speech recognition with [OpenAI's Whisper](whisper).
|
||||
|
||||
### Other Models
|
||||
|
||||
- Semi-supervised learning on graph-structured data with [GCN](gcn).
|
||||
|
||||
Note: You can now directly download a few converted checkpoints from the [MLX Community](https://huggingface.co/mlx-community) organisation on Hugging Face.
|
||||
|
0
phi2/.gitignore → llms/phi2/.gitignore
vendored
0
phi2/.gitignore → llms/phi2/.gitignore
vendored
Reference in New Issue
Block a user