From 82e204e69c57f2b23bda069010605fb65ae731b3 Mon Sep 17 00:00:00 2001 From: john murphy Date: Wed, 2 Apr 2025 17:55:51 +1100 Subject: [PATCH] Revert "Update original GPT-2 blog post to working link (#331)" This reverts commit 9b63575ef42771a015060c964af2c3da4cf7c8ab. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fbba72e3..6d998ece1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Code and models from the paper ["Language Models are Unsupervised Multitask Learners"](https://d4mucfpksywv.cloudfront.net/better-language-models/language-models.pdf). -You can read about GPT-2 and its staged release in our [original blog post](https://openai.com/research/better-language-models/), [6 month follow-up post](https://openai.com/blog/gpt-2-6-month-follow-up/), and [final post](https://www.openai.com/blog/gpt-2-1-5b-release/). +You can read about GPT-2 and its staged release in our [original blog post](https://blog.openai.com/better-language-models/), [6 month follow-up post](https://openai.com/blog/gpt-2-6-month-follow-up/), and [final post](https://www.openai.com/blog/gpt-2-1-5b-release/). We have also [released a dataset](https://github.com/openai/gpt-2-output-dataset) for researchers to study their behaviors.