Skip to content

Commit a141843

Browse files
author
leandro
committedMar 22, 2022
add figures ch06
1 parent 5e8475d commit a141843

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
 

‎06_summarization.ipynb

+14
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,13 @@
269269
"### T5"
270270
]
271271
},
272+
{
273+
"cell_type": "markdown",
274+
"metadata": {},
275+
"source": [
276+
"<img alt=\"T5\" width=\"700\" caption=\"Diagram of T5's text-to-text framework (courtesy of Colin Raffel); besides translation and summarization, the CoLA (linguistic acceptability) and STSB (semantic similarity) tasks are shown\" src=\"images/chapter08_t5.png\" id=\"T5\"/>"
277+
]
278+
},
272279
{
273280
"cell_type": "code",
274281
"execution_count": null,
@@ -307,6 +314,13 @@
307314
"### PEGASUS"
308315
]
309316
},
317+
{
318+
"cell_type": "markdown",
319+
"metadata": {},
320+
"source": [
321+
"<img alt=\"pegasus\" width=\"700\" caption=\"Diagram of PEGASUS architecture (courtesy of Jingqing Zhang et al.)\" src=\"images/chapter08_pegasus.png\" id=\"pegasus\"/>"
322+
]
323+
},
310324
{
311325
"cell_type": "code",
312326
"execution_count": null,

‎images/chapter08_pegasus.png

260 KB
Loading

‎images/chapter08_t5.png

299 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.