Create dataset_infos.json
Browse files- dataset_infos.json +10 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"default": { // ← config 名
|
| 3 |
+
"features": {
|
| 4 |
+
"__key__": { "dtype": "string", "_type": "Value" },
|
| 5 |
+
"__url__": { "dtype": "string", "_type": "Value" },
|
| 6 |
+
"mp4": { "_type": "Video" },
|
| 7 |
+
"json": { "dtype": "string", "_type": "Value" } // ← 强制当字符串
|
| 8 |
+
}
|
| 9 |
+
}
|
| 10 |
+
}
|