milschla commited on
Commit
6485b52
·
1 Parent(s): b9721e0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json CHANGED
@@ -14,6 +14,17 @@
14
  "7": "sad",
15
  "8": "hen"
16
  },
 
 
 
 
 
 
 
 
 
 
 
17
  "model_type": "mobilenet",
18
  "num_channels": 9,
19
  "transformers_version": "4.18.0.dev0"
 
14
  "7": "sad",
15
  "8": "hen"
16
  },
17
+ "label2id": {
18
+ "asdf": "0",
19
+ "dfgh": "1",
20
+ "fghj": "2",
21
+ "gjhk": "3",
22
+ "yxcv": "4",
23
+ "cvbn": "5",
24
+ "bnme": "6",
25
+ "sad": "7",
26
+ "hen": "8",
27
+ },
28
  "model_type": "mobilenet",
29
  "num_channels": 9,
30
  "transformers_version": "4.18.0.dev0"