andrewburns commited on
Commit
7352117
1 Parent(s): c5e0bc0

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +32 -0
dataset_infos.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "icon-test": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "image": { "decode": true, "id": null, "_type": "Image" },
9
+ "text": { "dtype": "string", "id": null, "_type": "Value" }
10
+ },
11
+ "post_processed": null,
12
+ "supervised_keys": null,
13
+ "task_templates": null,
14
+ "builder_name": "imagefolder",
15
+ "config_name": "test_icons",
16
+ "version": {
17
+ "version_str": "0.0.0",
18
+ "description": null,
19
+ "major": 0,
20
+ "minor": 0,
21
+ "patch": 0
22
+ },
23
+ "splits": {
24
+ "train": {
25
+ "name": "train",
26
+ "num_examples": 1445,
27
+ "num_bytes": 229675,
28
+ "dataset_name": "parquet"
29
+ }
30
+ }
31
+ }
32
+ }