From d3fcd3267df1c533c1f91f9aa26a49b3736a4494 Mon Sep 17 00:00:00 2001 From: simon-lund <41208671+simon-lund@users.noreply.github.com> Date: Sun, 28 Jan 2024 18:02:24 +0100 Subject: [PATCH] Update MODEL_ZOO.md T-VQA should be TextVQA to avoid confusion. (first result for T-VQA is [TVQA](https://arxiv.org/abs/1809.01696) and not TextVQA) --- docs/MODEL_ZOO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MODEL_ZOO.md b/docs/MODEL_ZOO.md index a6b260d68..2ab48d58a 100644 --- a/docs/MODEL_ZOO.md +++ b/docs/MODEL_ZOO.md @@ -8,7 +8,7 @@ The model weights below are *merged* weights. You do not need to apply delta. Th ## LLaVA-v1.5 -| Version | Size | Schedule | Checkpoint | VQAv2 | GQA | VizWiz | SQA | T-VQA | POPE | MME | MM-Bench | MM-Bench-CN | SEED | LLaVA-Bench-Wild | MM-Vet | +| Version | Size | Schedule | Checkpoint | VQAv2 | GQA | VizWiz | SQA | TextVQA | POPE | MME | MM-Bench | MM-Bench-CN | SEED | LLaVA-Bench-Wild | MM-Vet | |----------|----------|-----------|-----------|---|---|---|---|---|---|---|---|---|---|---|---| | LLaVA-1.5 | 7B | full_ft-1e | [liuhaotian/llava-v1.5-7b](https://huggingface.co/liuhaotian/llava-v1.5-7b) | 78.5 | 62.0 | 50.0 | 66.8 | 58.2 | 85.9 | 1510.7 | 64.3 | 58.3 | 58.6 | 65.4 | 31.1 | | LLaVA-1.5 | 13B | full_ft-1e | [liuhaotian/llava-v1.5-13b](https://huggingface.co/liuhaotian/llava-v1.5-13b) | 80.0 | 63.3 | 53.6 | 71.6 | 61.3 | 85.9 | 1531.3 | 67.7 | 63.6 | 61.6 | 72.5 | 36.1 |