Upload ./train/dataset_info.json with huggingface_hub
Browse files- train/dataset_info.json +15 -0
train/dataset_info.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"image": {
|
6 |
+
"_type": "Image"
|
7 |
+
},
|
8 |
+
"text": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
}
|
12 |
+
},
|
13 |
+
"homepage": "",
|
14 |
+
"license": ""
|
15 |
+
}
|