Skip to content

Commit 0ac68e7

Browse files
committed
Update caption_generation.ipynb
1 parent b166919 commit 0ac68e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/caption_generation.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
"source": [
266266
"# Run fastdup\n",
267267
"\n",
268-
"Run fastdup with annotations on the dataset. Here, we set `num_images` to limit the run to 100 images."
268+
"Run fastdup with annotations on the dataset. Here, we set `num_images` to limit the run to 1000 images."
269269
]
270270
},
271271
{
@@ -450,7 +450,7 @@
450450
"cell_type": "markdown",
451451
"metadata": {},
452452
"source": [
453-
"# Visualize Images With Captions\n",
453+
"# Visualizing the Dataset's Outlier Images With Their Captions\n",
454454
"\n",
455455
"Use fastdup's built-in galleries methods to visualize the captioned images.\n",
456456
"Additionally, captions can always be generated for a gallery by setting the `label_col` argument to one of the available model names listed above."
@@ -1424,7 +1424,7 @@
14241424
"cell_type": "markdown",
14251425
"metadata": {},
14261426
"source": [
1427-
"# Visualize VQA Results\n",
1427+
"# Visualize the Results of VQA on The Dataset's Outliers\n",
14281428
"\n",
14291429
"Once again, we will use fastdup's built-in galleries methods to visualize the results of our VQA prompts."
14301430
]

0 commit comments

Comments
 (0)