safoinme commited on
Commit
13e8885
1 Parent(s): a6deaec

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": 0,
4
+ "1": 1,
5
+ "2": 2,
6
+ "3": 3,
7
+ "4": 4,
8
+ "5": 5,
9
+ "6": 6,
10
+ "7": 7,
11
+ "8": 8,
12
+ "9": 9
13
+ }
14
+ }