From 2380136722a3ad045831c6f5eaf4636951e04417 Mon Sep 17 00:00:00 2001
From: AK391 <81195143+AK391@users.noreply.github.com>
Date: Tue, 4 Jan 2022 16:13:57 -0500
Subject: [PATCH] add spaces badges
---
docs/source/model_summary.mdx | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/docs/source/model_summary.mdx b/docs/source/model_summary.mdx
index 2966771cc07..8deb9b7b087 100644
--- a/docs/source/model_summary.mdx
+++ b/docs/source/model_summary.mdx
@@ -69,6 +69,9 @@ that at each position, the model can only look at the tokens before the attentio
+
+
+
[Improving Language Understanding by Generative Pre-Training](https://cdn.openai.com/research-covers/language-unsupervised/language_understanding_paper.pdf), Alec Radford et al.
@@ -85,6 +88,9 @@ classification.
+
+
+
[Language Models are Unsupervised Multitask Learners](https://d4mucfpksywv.cloudfront.net/better-language-models/language_models_are_unsupervised_multitask_learners.pdf),
Alec Radford et al.
@@ -103,6 +109,9 @@ classification.
+
+
+
[CTRL: A Conditional Transformer Language Model for Controllable Generation](https://arxiv.org/abs/1909.05858),
Nitish Shirish Keskar et al.