Skip to content

Commit c477d84

Browse files
committed
nucleus
1 parent c761abb commit c477d84

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

7b-seq2seq-nucleus.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Seq2Seq Translation with Attention"
7+
"# Neural text generation"
88
]
99
},
1010
{
@@ -315,6 +315,13 @@
315315
" return idxs[torch.randint(k, (1,))]"
316316
]
317317
},
318+
{
319+
"cell_type": "markdown",
320+
"metadata": {},
321+
"source": [
322+
"From [The Curious Case of Neural Text Degeneration](https://arxiv.org/abs/1904.09751)."
323+
]
324+
},
318325
{
319326
"cell_type": "code",
320327
"execution_count": 12,

0 commit comments

Comments
 (0)