Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +23 -0
dataset_infos.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"config_name": "default",
|
4 |
+
"features": {
|
5 |
+
"id": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"image": {
|
10 |
+
"_type": "Image",
|
11 |
+
"decode": true
|
12 |
+
},
|
13 |
+
"hovedelement": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"beskrivelse": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
}
|
21 |
+
}
|
22 |
+
}
|
23 |
+
}
|