chaochun / WebQA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download Data

The large img file is compressed and split into 51 chunks of 1GB. You can download all chunks at once by running this script.

To unzip and merge all chunks, run 7z x imgs.7z.001

We also provide google drive download links

Output Format (.json)

{<guid>: {'sources': [<image_id>/<snippet_id>, ..., ],
          'answer': ["xxxxxxx"] },
 <guid>: {...},
 <guid>: {...},

}

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 95.9%Language:Shell 4.1%