From da7e73b721f37924fb4f0bd55ad93430d7951d16 Mon Sep 17 00:00:00 2001 From: Tommy Chiang Date: Tue, 18 May 2021 21:28:13 +0800 Subject: [PATCH] Fix incorrect newline in #11650 (#11757) --- examples/pytorch/text-generation/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/pytorch/text-generation/README.md b/examples/pytorch/text-generation/README.md index 1c4351e0af..c52c056770 100644 --- a/examples/pytorch/text-generation/README.md +++ b/examples/pytorch/text-generation/README.md @@ -16,8 +16,7 @@ limitations under the License. ## Language generation -Based on the script [`run_generation.py`](https://github.com/huggingface/transformers/blob/master/examples/pytorch -/text-generation/run_generation.py). +Based on the script [`run_generation.py`](https://github.com/huggingface/transformers/blob/master/examples/pytorch/text-generation/run_generation.py). Conditional text generation using the auto-regressive models of the library: GPT, GPT-2, Transformer-XL, XLNet, CTRL. A similar script is used for our official demo [Write With Transfomer](https://transformer.huggingface.co), where you