We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c761abb commit c477d84Copy full SHA for c477d84
7b-seq2seq-nucleus.ipynb
@@ -4,7 +4,7 @@
4
"cell_type": "markdown",
5
"metadata": {},
6
"source": [
7
- "# Seq2Seq Translation with Attention"
+ "# Neural text generation"
8
]
9
},
10
{
@@ -315,6 +315,13 @@
315
" return idxs[torch.randint(k, (1,))]"
316
317
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
+ },
325
326
"cell_type": "code",
327
"execution_count": 12,
0 commit comments