From b1d3e95eb5d3e980b9d97f7b98280bab1153cc1b Mon Sep 17 00:00:00 2001 From: Manuel Romero Date: Wed, 4 Nov 2020 19:17:57 +0100 Subject: [PATCH] Fix path to old run_language_modeling.py script (#8302) --- 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 0bee627e9d..3442d4efa0 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.