| # Custom Diarization Dataset Configuration for pyannote.audio | |
| # pyannote.database version 4.x compatible | |
| Databases: | |
| CustomData: /kaggle/working/ | |
| Protocols: | |
| CustomData: | |
| SpeakerDiarization: | |
| train: | |
| train: | |
| uri: lst/train.lst | |
| annotation: rttm/{uri}.rttm | |
| annotated: uem/{uri}.uem | |
| development: | |
| uri: lst/development.lst | |
| annotation: rttm/{uri}.rttm | |
| annotated: uem/{uri}.uem | |
| test: | |
| uri: lst/test.lst | |
| annotated: uem/{uri}.uem | |