jakeBland commited on
Commit
e7320c0
·
verified ·
1 Parent(s): 75a8c86

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -43,7 +43,7 @@
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,
 
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,