andrewburns
commited on
Commit
•
8fa2383
1
Parent(s):
1b6536e
Create dataset_info.json
Browse files- dataset_info.json +32 -0
dataset_info.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"emoji": {
|
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": "emoji",
|
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": 1267,
|
27 |
+
"num_bytes": 196380,
|
28 |
+
"dataset_name": "parquet"
|
29 |
+
}
|
30 |
+
}
|
31 |
+
}
|
32 |
+
}
|