Update README.md
Browse files
README.md
CHANGED
|
@@ -19,11 +19,13 @@ configs:
|
|
| 19 |
- config_name: default
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
-
path:
|
| 23 |
dataset_info:
|
| 24 |
features:
|
| 25 |
-
- name:
|
| 26 |
-
dtype:
|
|
|
|
|
|
|
| 27 |
- name: category
|
| 28 |
dtype: string
|
| 29 |
- name: task_type
|
|
@@ -32,8 +34,6 @@ dataset_info:
|
|
| 32 |
dtype: string
|
| 33 |
- name: description_en
|
| 34 |
dtype: string
|
| 35 |
-
- name: description_cn
|
| 36 |
-
dtype: string
|
| 37 |
splits:
|
| 38 |
- name: train
|
| 39 |
num_examples: 6661
|
|
|
|
| 19 |
- config_name: default
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
+
path: data/train-*.parquet
|
| 23 |
dataset_info:
|
| 24 |
features:
|
| 25 |
+
- name: image
|
| 26 |
+
dtype: image
|
| 27 |
+
- name: reference_object_image
|
| 28 |
+
dtype: image
|
| 29 |
- name: category
|
| 30 |
dtype: string
|
| 31 |
- name: task_type
|
|
|
|
| 34 |
dtype: string
|
| 35 |
- name: description_en
|
| 36 |
dtype: string
|
|
|
|
|
|
|
| 37 |
splits:
|
| 38 |
- name: train
|
| 39 |
num_examples: 6661
|