Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
- image-to-text
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: image
|
| 11 |
+
dtype: image
|
| 12 |
+
- name: instruction
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: bbox
|
| 15 |
+
sequence: float64
|
| 16 |
+
- name: bucket
|
| 17 |
+
dtype: string
|
| 18 |
+
splits:
|
| 19 |
+
- name: test
|
| 20 |
+
num_bytes: 211444884
|
| 21 |
+
num_examples: 1086
|
| 22 |
+
download_size: 211444884
|
| 23 |
+
dataset_size: 211444884
|
| 24 |
+
configs:
|
| 25 |
+
- config_name: default
|
| 26 |
+
data_files:
|
| 27 |
+
- split: test
|
| 28 |
+
path: data/test-*
|
| 29 |
+
---
|