zhangxuri commited on
Commit
e464fee
1 Parent(s): 4c26d8f

Delete dataset_infos.json

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