helloway commited on
Commit
a4839ca
1 Parent(s): 2f2f23a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -3,15 +3,15 @@
3
  "dataset_transform": "cifar10",
4
  "num_classes": 10,
5
  "id2label": {
6
- "0": 'airplane',
7
- "1": 'automobile',
8
- "2": 'bird',
9
- "3": 'cat',
10
- "4": 'deer',
11
- "5": 'dog',
12
- "6": 'frog',
13
- "7": 'horse',
14
- "8": 'ship',
15
- "9": 'truck'
16
  }
17
  }
 
3
  "dataset_transform": "cifar10",
4
  "num_classes": 10,
5
  "id2label": {
6
+ "0": "airplane",
7
+ "1": "automobile",
8
+ "2": "bird",
9
+ "3": "cat",
10
+ "4": "deer",
11
+ "5": "dog",
12
+ "6": "frog",
13
+ "7": "horse",
14
+ "8": "ship",
15
+ "9": "truck"
16
  }
17
  }