Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- config_name: AlignVQACN
|
| 4 |
features:
|
| 5 |
- name: images
|
|
@@ -41,6 +61,10 @@ dataset_info:
|
|
| 41 |
download_size: 17015982464
|
| 42 |
dataset_size: 17036598035
|
| 43 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
- config_name: AlignVQACN
|
| 45 |
data_files:
|
| 46 |
- split: train
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: AlignVQA
|
| 4 |
+
features:
|
| 5 |
+
- name: images
|
| 6 |
+
list: image
|
| 7 |
+
- name: messages
|
| 8 |
+
list:
|
| 9 |
+
- name: role
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: content
|
| 12 |
+
dtype: large_string
|
| 13 |
+
- name: id
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: extra_info
|
| 16 |
+
dtype: large_string
|
| 17 |
+
splits:
|
| 18 |
+
- name: train
|
| 19 |
+
num_bytes: 55962161365
|
| 20 |
+
num_examples: 646743
|
| 21 |
+
download_size: 55902168063
|
| 22 |
+
dataset_size: 55962161365
|
| 23 |
- config_name: AlignVQACN
|
| 24 |
features:
|
| 25 |
- name: images
|
|
|
|
| 61 |
download_size: 17015982464
|
| 62 |
dataset_size: 17036598035
|
| 63 |
configs:
|
| 64 |
+
- config_name: AlignVQA
|
| 65 |
+
data_files:
|
| 66 |
+
- split: train
|
| 67 |
+
path: AlignVQA/train-*
|
| 68 |
- config_name: AlignVQACN
|
| 69 |
data_files:
|
| 70 |
- split: train
|