Image Classification
TF-Keras
English
ccm commited on
Commit
aaa6984
1 Parent(s): e072a52

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -2
config.json CHANGED
@@ -1,6 +1,10 @@
1
  {
2
  "id2label": [
3
- "LABEL_0": "3d-printed",
4
- "LABEL_1": "not 3d-printed",
5
  ],
 
 
 
 
6
  }
 
1
  {
2
  "id2label": [
3
+ "0": "3d-printed",
4
+ "1": "not 3d-printed"
5
  ],
6
+ "label2id": [
7
+ "3d-printed": 0,
8
+ "not 3d-printed": 1
9
+ ]
10
  }