Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +47 -43
dataset_infos.json
CHANGED
@@ -1,45 +1,49 @@
|
|
1 |
{
|
2 |
-
"default":{
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
44 |
}
|
45 |
-
}
|
|
|
1 |
{
|
2 |
+
"default": {
|
3 |
+
"features": {
|
4 |
+
"id": {
|
5 |
+
"_type": "Value",
|
6 |
+
"dtype": "string"
|
7 |
+
},
|
8 |
+
"submission_date": {
|
9 |
+
"_type": "Value",
|
10 |
+
"dtype": "string"
|
11 |
+
},
|
12 |
+
"video_url": {
|
13 |
+
"_type": "Video"
|
14 |
+
},
|
15 |
+
"duration_ms": {
|
16 |
+
"_type": "Value",
|
17 |
+
"dtype": "int32"
|
18 |
+
},
|
19 |
+
"version": {
|
20 |
+
"_type": "Value",
|
21 |
+
"dtype": "string"
|
22 |
+
},
|
23 |
+
"input_metadata": {
|
24 |
+
"_type": "Value",
|
25 |
+
"dtype": "string"
|
26 |
+
},
|
27 |
+
"task_description": {
|
28 |
+
"_type": "Value",
|
29 |
+
"dtype": "string"
|
30 |
+
},
|
31 |
+
"quest_type": {
|
32 |
+
"_type": "Value",
|
33 |
+
"dtype": "string"
|
34 |
+
},
|
35 |
+
"profession": {
|
36 |
+
"_type": "Value",
|
37 |
+
"dtype": "string"
|
38 |
+
},
|
39 |
+
"synthetically_generated_instruction": {
|
40 |
+
"_type": "Value",
|
41 |
+
"dtype": "string"
|
42 |
+
},
|
43 |
+
"synthetically_generated_thought_metadata": {
|
44 |
+
"_type": "Value",
|
45 |
+
"dtype": "string"
|
46 |
+
}
|
47 |
+
}
|
48 |
}
|
49 |
+
}
|