Subh775 commited on
Commit
c1a75f3
·
verified ·
1 Parent(s): b1a7750

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -4,6 +4,6 @@
4
  ],
5
  "model_type": "efficientnet",
6
  "num_labels": 4,
7
- "id2label": {0: 0, 1: 1, 2: 2, 3: 3},
8
- "label2id": {0: 0, 1: 1, 2: 2, 3: 3}
9
- }
 
4
  ],
5
  "model_type": "efficientnet",
6
  "num_labels": 4,
7
+ "id2label": {"0": 0, "1": 1, "2": 2, "3": 3},
8
+ "label2id": {"0": 0, "1": 1, "2": 2, "3": 3}
9
+ }