Commit
·
8f98fa6
1
Parent(s):
fb5acb4
dataser_info
Browse files- dataset_info.json +8 -0
dataset_info.json
ADDED
|
@@ -0,0 +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 |
+
}
|