brathief commited on
Commit
6ddc7ae
1 Parent(s): 4055627

Update dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +13 -23
dataset_info.json CHANGED
@@ -1,24 +1,14 @@
1
- {"Alice_2":
2
- {
3
- "description": "", "citation": "", "homepage": "", "license": "", "features":
4
  {
5
- "image_path":
6
- {
7
- "decode": true, "id": null, "_type": "Image"
8
- },
9
- "caption":
10
- {
11
- "dtype": "string", "id": null, "_type": "Value"
12
- }
13
- }, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "imagefolder", "config_name": "pokemon", "version":
14
- {
15
- "version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0
16
- }, "splits":
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
+ )