popcornell commited on
Commit
a79e66d
1 Parent(s): bcd9a25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -18,3 +18,12 @@ Only CHiME-6 (train set) data was used for training while Mixer 6 (dev set) was
18
 
19
  It is used to perform diarization in the CHiME-7 DASR diarization baseline. <br>
20
  **For more information see the [CHiME-7 DASR baseline recipe in ESPNEt2](https://github.com/espnet/espnet/egs2/chime7_task1/diar_asr1).**
 
 
 
 
 
 
 
 
 
 
18
 
19
  It is used to perform diarization in the CHiME-7 DASR diarization baseline. <br>
20
  **For more information see the [CHiME-7 DASR baseline recipe in ESPNEt2](https://github.com/espnet/espnet/egs2/chime7_task1/diar_asr1).**
21
+
22
+ ## Usage
23
+
24
+ Relies on pyannote.audio 2.1.1: see [installation instructions](https://github.com/pyannote/pyannote-audio).
25
+
26
+ ```python
27
+ from pyannote.audio import Model
28
+ model = Model.from_pretrained("popcornell/pyannote-segmentation-chime6-mixer6")
29
+ ```