From ea20f2be0fdd6bd5ac1a2e603f63614a4a983ec9 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.