From 0d03620500ef0a9b9c3b927acae941cb131b4bbe Mon Sep 17 00:00:00 2001 From: drbh Date: Mon, 29 Apr 2024 20:05:48 +0000 Subject: [PATCH] fix: remove redundant bullet --- docs/source/basic_tutorials/visual_language_models.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/basic_tutorials/visual_language_models.md b/docs/source/basic_tutorials/visual_language_models.md index 1c32f67b..20bf5759 100644 --- a/docs/source/basic_tutorials/visual_language_models.md +++ b/docs/source/basic_tutorials/visual_language_models.md @@ -10,7 +10,6 @@ Below are couple of common use cases for vision language models: - **Image Captioning**: Given an image, generate a caption that describes the image. - **Visual Question Answering (VQA)**: Given an image and a question about the image, generate an answer to the question. -- **Visual Dialog**: Given an image and a dialog history, generate a response to the dialog. - **Mulimodal Dialog**: Generate response to multiple turns of images and conversations. - **Image Information Retrieval**: Given an image, retrieve information from the image.