Upload dataset
Browse files
README.md
CHANGED
|
@@ -19,6 +19,14 @@ configs:
|
|
| 19 |
path: COCOtext/train-*
|
| 20 |
- split: val
|
| 21 |
path: COCOtext/val-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
- config_name: TextOCR
|
| 23 |
data_files:
|
| 24 |
- split: train
|
|
@@ -193,6 +201,44 @@ dataset_info:
|
|
| 193 |
num_examples: 8892
|
| 194 |
download_size: 15280439
|
| 195 |
dataset_size: 78760114
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
- config_name: TextOCR
|
| 197 |
features:
|
| 198 |
- name: sample_id
|
|
|
|
| 19 |
path: COCOtext/train-*
|
| 20 |
- split: val
|
| 21 |
path: COCOtext/val-*
|
| 22 |
+
- config_name: TabFact
|
| 23 |
+
data_files:
|
| 24 |
+
- split: train
|
| 25 |
+
path: TabFact/train-*
|
| 26 |
+
- split: val
|
| 27 |
+
path: TabFact/val-*
|
| 28 |
+
- split: test
|
| 29 |
+
path: TabFact/test-*
|
| 30 |
- config_name: TextOCR
|
| 31 |
data_files:
|
| 32 |
- split: train
|
|
|
|
| 201 |
num_examples: 8892
|
| 202 |
download_size: 15280439
|
| 203 |
dataset_size: 78760114
|
| 204 |
+
- config_name: TabFact
|
| 205 |
+
features:
|
| 206 |
+
- name: sample_id
|
| 207 |
+
dtype: string
|
| 208 |
+
- name: dataset_name
|
| 209 |
+
dtype: string
|
| 210 |
+
- name: task_name
|
| 211 |
+
dtype: string
|
| 212 |
+
- name: query
|
| 213 |
+
sequence: string
|
| 214 |
+
- name: img_id
|
| 215 |
+
dtype: string
|
| 216 |
+
- name: query_info
|
| 217 |
+
struct:
|
| 218 |
+
- name: notes
|
| 219 |
+
dtype: string
|
| 220 |
+
- name: annotations_info
|
| 221 |
+
struct:
|
| 222 |
+
- name: notes
|
| 223 |
+
dtype: string
|
| 224 |
+
- name: image_info
|
| 225 |
+
struct:
|
| 226 |
+
- name: notes
|
| 227 |
+
dtype: string
|
| 228 |
+
- name: image_sha256
|
| 229 |
+
dtype: string
|
| 230 |
+
splits:
|
| 231 |
+
- name: train
|
| 232 |
+
num_bytes: 21877661
|
| 233 |
+
num_examples: 39543
|
| 234 |
+
- name: val
|
| 235 |
+
num_bytes: 2815202
|
| 236 |
+
num_examples: 5088
|
| 237 |
+
- name: test
|
| 238 |
+
num_bytes: 2813402
|
| 239 |
+
num_examples: 5085
|
| 240 |
+
download_size: 4778068
|
| 241 |
+
dataset_size: 27506265
|
| 242 |
- config_name: TextOCR
|
| 243 |
features:
|
| 244 |
- name: sample_id
|
TabFact/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11daea01e529e4654cd0663cb99dd12cf980f2e8d602a62c2b33be1e61a2fdbb
|
| 3 |
+
size 443764
|
TabFact/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ccccb75d5a42dc50ce5dba360f21f5c8d547a1a191c38ac4dfebee8d387351c
|
| 3 |
+
size 3891128
|
TabFact/val-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccb444c3f519ea5e49d05b82d9d299cad03e802c2c74fa7e6a9520a1c2ba0fe4
|
| 3 |
+
size 443176
|