RE-N-Y commited on
Commit
0d20b6b
·
verified ·
1 Parent(s): 1205833

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -37,9 +37,18 @@ The inference method is similar to [LLaVA-1.5-13B](https://huggingface.co/llava-
37
 
38
  ### Example images
39
 
40
- [zebras.jpg](https://huggingface.co/RE-N-Y/logic2vision/resolve/main/zebras.jpg)
 
 
 
41
 
42
- [room.jpg](https://huggingface.co/RE-N-Y/logic2vision/resolve/main/room.jpg)
 
 
 
 
 
 
43
 
44
  ```python
45
  import torch
 
37
 
38
  ### Example images
39
 
40
+ **Question**
41
+ ![zebras.jpg](https://huggingface.co/RE-N-Y/logic2vision/resolve/main/zebras.jpg)
42
+ - Q: What else in the image is striped as the rope and the mane to the left of the white clouds?
43
+ - A: Question is problematic. There are a couple zebras (i.e. mane/horses) at the back left of the clouds. But, there are clearly no ropes in the image.
44
 
45
+ **Question**
46
+
47
+ ![room.jpg](https://huggingface.co/RE-N-Y/logic2vision/resolve/main/room.jpg)
48
+ - Q: What material do the chair and the table have in common?
49
+ - A: Wood.
50
+
51
+ ### Code
52
 
53
  ```python
54
  import torch