finnbusse commited on
Commit
90c7f11
·
verified ·
1 Parent(s): c45e47b

Create config.json

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