Create config.json
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"features": {
|
| 3 |
+
"image": {
|
| 4 |
+
"_type": "Image"
|
| 5 |
+
},
|
| 6 |
+
"label": {
|
| 7 |
+
"_type": "ClassLabel",
|
| 8 |
+
"num_classes": 10,
|
| 9 |
+
"names": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
|
| 10 |
+
}
|
| 11 |
+
}
|
| 12 |
+
}
|