Xenova HF staff commited on
Commit
59a8224
1 Parent(s): f71647e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -1
config.json CHANGED
@@ -1,3 +1,21 @@
1
  {
2
- "model_type": "pyannote"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  }
 
1
  {
2
+ "model_type": "pyannote",
3
+ "id2label": {
4
+ "0": "NO_SPEAKER",
5
+ "1": "SPEAKER_1",
6
+ "2": "SPEAKER_2",
7
+ "3": "SPEAKER_3",
8
+ "4": "SPEAKERS_1_AND_2",
9
+ "5": "SPEAKERS_1_AND_3",
10
+ "6": "SPEAKERS_2_AND_3"
11
+ },
12
+ "label2id": {
13
+ "NO_SPEAKER": 0,
14
+ "SPEAKER_1": 1,
15
+ "SPEAKER_2": 2,
16
+ "SPEAKER_3": 3,
17
+ "SPEAKERS_1_AND_2": 4,
18
+ "SPEAKERS_1_AND_3": 5,
19
+ "SPEAKERS_2_AND_3": 6
20
+ }
21
  }