Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
marksibrahim commited on
Commit
6ce9ad3
·
verified ·
1 Parent(s): f80139d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -20,6 +20,12 @@ Common-O is comprised of household objects:
20
 
21
  We have two subsets: Common-O (3 - 8 objects) and Common-O Complex (8 - 16 objects).
22
 
 
 
 
 
 
 
23
  ## Evaluating a Multimodal LLM on Common-O
24
 
25
  ```python
@@ -40,9 +46,5 @@ exact_match(output, correct_response)
40
  ```
41
 
42
 
43
- ## Multimodal LLMs excel at single image perception, but struggle with multi-scene reasoning
44
-
45
-
46
- ![single_vs_multi_image(1)](https://cdn-uploads.huggingface.co/production/uploads/64c17345e82e55936cf971bc/1cB9iXHrSgyvfXgK6gmGu.png)
47
 
48
 
 
20
 
21
  We have two subsets: Common-O (3 - 8 objects) and Common-O Complex (8 - 16 objects).
22
 
23
+ ## Multimodal LLMs excel at single image perception, but struggle with multi-scene reasoning
24
+
25
+
26
+ ![single_vs_multi_image(1)](https://cdn-uploads.huggingface.co/production/uploads/64c17345e82e55936cf971bc/1cB9iXHrSgyvfXgK6gmGu.png)
27
+
28
+
29
  ## Evaluating a Multimodal LLM on Common-O
30
 
31
  ```python
 
46
  ```
47
 
48
 
 
 
 
 
49
 
50