From 9b63575ef42771a015060c964af2c3da4cf7c8ab Mon Sep 17 00:00:00 2001 From: Leonard Bogdonoff Date: Fri, 26 Jan 2024 15:11:58 -0800 Subject: [PATCH] Update original GPT-2 blog post to working link (#331) Update original GPT-2 blog post to working link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d998ec..8fbba72 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://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/). +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/). We have also [released a dataset](https://github.com/openai/gpt-2-output-dataset) for researchers to study their behaviors.