Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -43,7 +43,7 @@
|
|
43 |
2
|
44 |
],
|
45 |
"id2label": {0: "human", 1: "voicemail"},
|
46 |
-
"label2id": {
|
47 |
"ctc_loss_reduction": "sum",
|
48 |
"ctc_zero_infinity": false,
|
49 |
"diversity_loss_weight": 0.1,
|
|
|
43 |
2
|
44 |
],
|
45 |
"id2label": {0: "human", 1: "voicemail"},
|
46 |
+
"label2id": {human: 0, voicemail: 1},
|
47 |
"ctc_loss_reduction": "sum",
|
48 |
"ctc_zero_infinity": false,
|
49 |
"diversity_loss_weight": 0.1,
|