soldni commited on
Commit
8df806b
1 Parent(s): 89330e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -131,6 +131,9 @@ print(generated_text)
131
 
132
  *Benchmarks: AI2D test, ChartQA test, VQA v2.0 test, DocQA test, InfographicVQA test, TextVQA val, RealWorldQA, MMMU val, MathVista testmini, CountBenchQA, Flickr Count (we collected this new dataset that is significantly harder than CountBenchQA).*
133
 
 
 
 
134
  ### I'm getting an error a broadcast error when processing images!
135
 
136
  Your image might not be in RGB format. You can convert it using the following code snippet:
 
131
 
132
  *Benchmarks: AI2D test, ChartQA test, VQA v2.0 test, DocQA test, InfographicVQA test, TextVQA val, RealWorldQA, MMMU val, MathVista testmini, CountBenchQA, Flickr Count (we collected this new dataset that is significantly harder than CountBenchQA).*
133
 
134
+ ## FAQ
135
+
136
+
137
  ### I'm getting an error a broadcast error when processing images!
138
 
139
  Your image might not be in RGB format. You can convert it using the following code snippet: