From 7f1328f333d6964be21cd4474a3d94f2718a5a3e Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Wed, 29 Nov 2023 08:19:30 -0800 Subject: [PATCH] fix readme --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 16997197..a5240642 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,3 @@ -# Transformer LM +# mlx-examples -This is an example of a decoder-only Transformer LM. The only dependency is -MLX. - -Run the example on the GPU with: - -``` -python main.py --gpu -``` - -By default the dataset is the [PTB corpus](https://paperswithcode.com/dataset/penn-treebank). Choose a different dataset with the `--dataset` option. - -To run the PyTorch, Jax or TensorFlowexamples install the respective framework. +Examples using the MLX framework.