Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -42,8 +42,8 @@
|
|
42 |
2,
|
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,
|
|
|
42 |
2,
|
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,
|