Skip to content

Commit 09aff54

Browse files
committed
change heron by authors' help
1 parent c6a19da commit 09aff54

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ For details on the evaluation, please see Section 4.2 of the paper.
4949
| :-- | --: | --: |
5050
| [LLaVA-1.6-Mistral-7B](https://llava-vl.github.io/blog/2024-01-30-llava-next/) | 14.32 | 41.10 |
5151
| [Japanese Stable VLM](https://huggingface.co/stabilityai/japanese-stable-vlm) | -<sup>*1</sup> | 40.50 |
52-
| [Heron BLIP Japanese StableLM Base 7B llava-620k](https://huggingface.co/turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1-llava-620k) | 8.73<sup>*2</sup> | 27.37<sup>*2</sup> |
52+
| [Heron BLIP Japanese StableLM Base 7B llava-620k](https://huggingface.co/turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1-llava-620k) | 14.51 | 33.26 |
5353
| [EvoVLM-JP-v1-7B](https://huggingface.co/SakanaAI/EvoVLM-JP-v1-7B) | **19.70** | **51.25** |
5454

5555
* \*1: Japanese Stable VLM cannot be evaluated using the JA-VG-VQA-500 dataset because this model has used this dataset for training.
56-
* \*2: We are checking with the authors to see if this current results are valid.
56+
5757

5858

5959

configs/vlm/heron-v1.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
model:
22
target: evomerge.HeronV1
33
params:
4-
# model_path: turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1-llava-620k
5-
model_path: turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1
4+
model_path: turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1-llava-620k
5+
# model_path: turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1
66
template: ja-heron-v1
77
model_kwargs:
88
torch_dtype: torch.float16
@@ -18,10 +18,10 @@ eval:
1818
- target: evomerge.eval.JaVGVQA
1919
params:
2020
loader_kwargs:
21-
batch_size: 4
21+
batch_size: 1
2222
num_workers: 2
2323
- target: evomerge.eval.JaVLMBenchIntheWild
2424
params:
2525
loader_kwargs:
26-
batch_size: 4
26+
batch_size: 1
2727
num_workers: 2

0 commit comments

Comments
 (0)