Skip to content

Commit

Permalink
change heron by authors' help
Browse files Browse the repository at this point in the history
  • Loading branch information
mkshing committed Mar 30, 2024
1 parent c6a19da commit 09aff54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ For details on the evaluation, please see Section 4.2 of the paper.
| :-- | --: | --: |
| [LLaVA-1.6-Mistral-7B](https://llava-vl.github.io/blog/2024-01-30-llava-next/) | 14.32 | 41.10 |
| [Japanese Stable VLM](https://huggingface.co/stabilityai/japanese-stable-vlm) | -<sup>*1</sup> | 40.50 |
| [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> |
| [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 |
| [EvoVLM-JP-v1-7B](https://huggingface.co/SakanaAI/EvoVLM-JP-v1-7B) | **19.70** | **51.25** |

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




Expand Down
8 changes: 4 additions & 4 deletions configs/vlm/heron-v1.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
model:
target: evomerge.HeronV1
params:
# model_path: turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1-llava-620k
model_path: turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1
model_path: turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1-llava-620k
# model_path: turing-motors/heron-chat-blip-ja-stablelm-base-7b-v1
template: ja-heron-v1
model_kwargs:
torch_dtype: torch.float16
Expand All @@ -18,10 +18,10 @@ eval:
- target: evomerge.eval.JaVGVQA
params:
loader_kwargs:
batch_size: 4
batch_size: 1
num_workers: 2
- target: evomerge.eval.JaVLMBenchIntheWild
params:
loader_kwargs:
batch_size: 4
batch_size: 1
num_workers: 2

0 comments on commit 09aff54

Please sign in to comment.