weizhiwang
commited on
Commit
•
57dbb57
1
Parent(s):
43f1690
Update README.md
Browse files
README.md
CHANGED
@@ -75,3 +75,12 @@ In the background, there are two cars parked on the street, one on the left side
|
|
75 |
|
76 |
Please refer to a forked [LLaVA-Llama-3](https://github.com/Victorwz/LLaVA-Llama-3) git repo for usage. The data loading function and fastchat conversation template are changed due to a different tokenizer.
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
Please refer to a forked [LLaVA-Llama-3](https://github.com/Victorwz/LLaVA-Llama-3) git repo for usage. The data loading function and fastchat conversation template are changed due to a different tokenizer.
|
77 |
|
78 |
+
## Results
|
79 |
+
|
80 |
+
|
81 |
+
| Model | MMMU Val |
|
82 |
+
| :-------------------- | :---------------: |
|
83 |
+
| LLaVA-v1.5-7B | 35.3 |
|
84 |
+
| LLaVA-Llama-3-8B | 36.7 |
|
85 |
+
|
86 |
+
Please refer to `eval_outputs/LLaVA-Llama-3-8B_mmmu_val.json` for reproduce the benchmark performance on MMMU validation set.
|