File size: 770 Bytes
c1eb989 f7f8542 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
---
dataset_info:
features:
- name: Id
dtype: int64
- name: PostTypeId
dtype: int64
- name: AcceptedAnswerId
dtype: int64
- name: Question
dtype: string
- name: Answer
dtype: string
- name: Image
dtype: image
splits:
- name: train
num_bytes: 12815093667.144684
num_examples: 183636
- name: test
num_bytes: 1423970510.001132
num_examples: 20405
download_size: 13692500865
dataset_size: 14239064177.145817
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
license: mit
task_categories:
- visual-question-answering
- question-answering
language:
- en
tags:
- code
pretty_name: StackOverflowVQA-filtered
size_categories:
- 100K<n<1M
--- |