zhangxuri commited on
Commit
e2218a2
·
1 Parent(s): b042f2a

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +15 -0
dataset_infos.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default":{
3
+ "features": {
4
+ "name": {
5
+ "dtype": "string",
6
+ "id": null,
7
+ "_type": "Value"
8
+ },
9
+ "age": {
10
+ "dtype": "string",
11
+ "id": null,
12
+ "_type": "int32"
13
+ }
14
+ }
15
+ }