From b4b5b88b643ddcf7bd498bbac09018418939d0da Mon Sep 17 00:00:00 2001 From: Manuel Romero Date: Wed, 4 Nov 2020 18:17:44 +0100 Subject: [PATCH] Fix path to old run_language_modeling.py script --- examples/language-modeling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/language-modeling/README.md b/examples/language-modeling/README.md index 0bee627e9d46..3442d4efa042 100644 --- a/examples/language-modeling/README.md +++ b/examples/language-modeling/README.md @@ -10,7 +10,7 @@ These scripts leverage the 🤗 Datasets library and the Trainer API. You can ea need extra processing on your datasets. **Note:** The old script `run_language_modeling.py` is still available -[here](https://github.com/huggingface/transformers/blob/master/examples/contrib/legacy/language-modeling/run_language_modeling.py). +[here](https://github.com/huggingface/transformers/blob/master/examples/contrib/legacy/run_language_modeling.py). The following examples, will run on a datasets hosted on our [hub](https://huggingface.co/datasets) or with your own text files for training and validation. We give examples of both below.