From 5fc117025ab92fd47e29530877b1dcae207c322d Mon Sep 17 00:00:00 2001 From: Jagadish Krishnamoorthy Date: Wed, 6 Dec 2023 00:30:37 -0800 Subject: [PATCH] Update README.md Fixed typo --- transformer_lm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transformer_lm/README.md b/transformer_lm/README.md index 16997197..d14302a5 100644 --- a/transformer_lm/README.md +++ b/transformer_lm/README.md @@ -11,4 +11,4 @@ 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. +To run the PyTorch, Jax or TensorFlow examples install the respective framework.