ZebangCheng commited on
Commit
88ea5d7
·
1 Parent(s): 8f98fa6

datset info json

Browse files
Files changed (1) hide show
  1. dataset_info.json +4 -4
dataset_info.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "features": {
3
- "video": {"_type": "Video"},
4
- "label": {"_type": "ClassLabel", "names": ["class1", "class2"]},
5
- "description": {"_type": "string"},
6
- "video_id": {"_type": "string"}
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
  }