Instructions to use howtomix/pyannote-segmentation-3.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use howtomix/pyannote-segmentation-3.0 with Transformers.js:
// ⚠️ Unknown pipeline tag
File size: 408 Bytes
1ea301e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"model_type": "pyannote",
"id2label": {
"0": "NO_SPEAKER",
"1": "SPEAKER_1",
"2": "SPEAKER_2",
"3": "SPEAKER_3",
"4": "SPEAKERS_1_AND_2",
"5": "SPEAKERS_1_AND_3",
"6": "SPEAKERS_2_AND_3"
},
"label2id": {
"NO_SPEAKER": 0,
"SPEAKER_1": 1,
"SPEAKER_2": 2,
"SPEAKER_3": 3,
"SPEAKERS_1_AND_2": 4,
"SPEAKERS_1_AND_3": 5,
"SPEAKERS_2_AND_3": 6
}
} |