Update dataset_info.json
Browse files- dataset_info.json +13 -23
dataset_info.json
CHANGED
@@ -1,24 +1,14 @@
|
|
1 |
-
|
2 |
-
{
|
3 |
-
"description": "", "citation": "", "homepage": "", "license": "", "features":
|
4 |
{
|
5 |
-
|
6 |
-
|
7 |
-
"
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
{
|
18 |
-
"train":
|
19 |
-
{
|
20 |
-
"name": "train", "num_bytes": 119417410.0, "num_examples": 833, "dataset_name": "Alice_2"
|
21 |
-
}
|
22 |
-
}, "download_checksums": null, "download_size": 99672355, "post_processing_size": null, "dataset_size": 119417410.0, "size_in_bytes": 219089765.0
|
23 |
-
}
|
24 |
-
}
|
|
|
1 |
+
datasets.Features(
|
|
|
|
|
2 |
{
|
3 |
+
"id": datasets.Value("string"),
|
4 |
+
"title": datasets.Value("string"),
|
5 |
+
"context": datasets.Value("string"),
|
6 |
+
"question": datasets.Value("string"),
|
7 |
+
"train": datasets.Sequence(
|
8 |
+
{
|
9 |
+
"image_path": datasets.Value("string"),
|
10 |
+
"caption": datasets.Value("string"),
|
11 |
+
}
|
12 |
+
),
|
13 |
+
}
|
14 |
+
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|