CausalVerse commited on
Commit
73e0bae
·
verified ·
1 Parent(s): 2210e03

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. 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
+ }