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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -0
config.json CHANGED
@@ -42,6 +42,8 @@
42
  2,
43
  2
44
  ],
 
 
45
  "ctc_loss_reduction": "sum",
46
  "ctc_zero_infinity": false,
47
  "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,