Datasets:
Dongfu Jiang commited on
Add synthetic_eval test dataset
Browse files- README.md +28 -0
- synthetic_eval/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -111,6 +111,30 @@ dataset_info:
|
|
| 111 |
num_examples: 6967
|
| 112 |
download_size: 7454063707
|
| 113 |
dataset_size: 12511043043.535
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
configs:
|
| 115 |
- config_name: birds-to-words
|
| 116 |
data_files:
|
|
@@ -138,4 +162,8 @@ configs:
|
|
| 138 |
data_files:
|
| 139 |
- split: test
|
| 140 |
path: nlvr2/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
---
|
|
|
|
| 111 |
num_examples: 6967
|
| 112 |
download_size: 7454063707
|
| 113 |
dataset_size: 12511043043.535
|
| 114 |
+
- config_name: synthetic_eval
|
| 115 |
+
features:
|
| 116 |
+
- name: id
|
| 117 |
+
dtype: string
|
| 118 |
+
- name: question_type
|
| 119 |
+
dtype: string
|
| 120 |
+
- name: question
|
| 121 |
+
dtype: string
|
| 122 |
+
- name: images
|
| 123 |
+
sequence: image
|
| 124 |
+
- name: options
|
| 125 |
+
sequence: string
|
| 126 |
+
- name: answer
|
| 127 |
+
dtype: string
|
| 128 |
+
- name: data_source
|
| 129 |
+
dtype: string
|
| 130 |
+
- name: category
|
| 131 |
+
dtype: string
|
| 132 |
+
splits:
|
| 133 |
+
- name: test
|
| 134 |
+
num_bytes: 479643803.0
|
| 135 |
+
num_examples: 495
|
| 136 |
+
download_size: 479583406
|
| 137 |
+
dataset_size: 479643803.0
|
| 138 |
configs:
|
| 139 |
- config_name: birds-to-words
|
| 140 |
data_files:
|
|
|
|
| 162 |
data_files:
|
| 163 |
- split: test
|
| 164 |
path: nlvr2/test-*
|
| 165 |
+
- config_name: synthetic_eval
|
| 166 |
+
data_files:
|
| 167 |
+
- split: test
|
| 168 |
+
path: synthetic_eval/test-*
|
| 169 |
---
|
synthetic_eval/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:172193db948e482165c163515d562a6123869df923b14db29cb759d78965f257
|
| 3 |
+
size 479583406
|