Update dataset_infos.json
Browse files- dataset_infos.json +2 -2
dataset_infos.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
| 3 |
"features": {
|
| 4 |
"name": {
|
| 5 |
"dtype": "string",
|
| 6 |
-
"id":
|
| 7 |
"_type": "Value"
|
| 8 |
},
|
| 9 |
"age": {
|
| 10 |
"dtype": "int32",
|
| 11 |
-
"id":
|
| 12 |
"_type": "Value"
|
| 13 |
}
|
| 14 |
}
|
|
|
|
| 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 |
}
|