From 4d43b36017a6fa8ae7bd4a0776e93f238e33e5a5 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 15 Nov 2023 01:08:54 +0900 Subject: [PATCH] Update README.md github -> GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8917d77..28afbba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 🌋 Volcano: Mitigating Multimodal Hallucination through Self-Feedback Guided Revision -This is the official github for "Volcano: Mitigating Multimodal Hallucination through Self-Feedback Guided Revision".

+This is the official GitHub for "Volcano: Mitigating Multimodal Hallucination through Self-Feedback Guided Revision".

Volcano employs a single LMM to generate initial responses, feedback, and revisions, as well as decisions to accept revisions. It follows a sequential procedure of an iterative critique-revision-decide loop.
- [Paper](https://arxiv.org/abs/2311.07362)
- Model weights ([7B](https://huggingface.co/kaist-ai/volcano-7b), [13B](https://huggingface.co/kaist-ai/volcano-13b))