Commit
·
88ea5d7
1
Parent(s):
8f98fa6
datset info json
Browse files- dataset_info.json +4 -4
dataset_info.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"features": {
|
3 |
-
"
|
4 |
-
"label": {"_type": "ClassLabel", "names": ["
|
5 |
-
"description": {"_type": "string"},
|
6 |
-
"
|
7 |
}
|
8 |
}
|
|
|
1 |
{
|
2 |
"features": {
|
3 |
+
"video_id": {"_type": "Value", "dtype": "string"},
|
4 |
+
"label": {"_type": "ClassLabel", "names": ["neutral", "surprise", "anger", "fear", "happy"]},
|
5 |
+
"description": {"_type": "Value", "dtype": "string"},
|
6 |
+
"video_path": {"_type": "Value", "dtype": "string"}
|
7 |
}
|
8 |
}
|