jakeBland commited on
Commit
663b7df
·
verified ·
1 Parent(s): e7320c0

Update config.json

Browse files
Files changed (1) hide show
  1. 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,