| tags: | |
| - pyannote | |
| - pyannote-audio | |
| - pyannote-audio-model | |
| license: mit | |
| inference: false | |
| Dummy segmentation model used for continuous integration and unit tests. | |
| ```bash | |
| pyannote-audio-train \ | |
| +registry="[REDACTED]/pyannote-audio/tutorials/AMI-diarization-setup/pyannote/database.yml" \ | |
| protocol=AMI.SpeakerDiarization.only_words \ | |
| model=DebugSegmentation \ | |
| task=SpeakerDiarization \ | |
| trainer.max_epochs=1 | |
| ``` | |