Switch diarization model in Emilia to pyannote community-1#487
Open
gonzalo-cordova-pou wants to merge 4 commits intoopen-mmlab:mainfrom
Open
Switch diarization model in Emilia to pyannote community-1#487gonzalo-cordova-pou wants to merge 4 commits intoopen-mmlab:mainfrom
gonzalo-cordova-pou wants to merge 4 commits intoopen-mmlab:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ Description
This PR updates Emilia diarization to use
pyannote/speaker-diarization-community-1and adds compatibility handling so the pipeline works across pyannote API variants.Changes:
preprocessors/Emilia/main.pypyannote/speaker-diarization-3.1topyannote/speaker-diarization-community-1.token=...(pyannote 4.x)use_auth_token=...fallback (older versions)out.speaker_diarizationwhen presentAnnotationoutputpreprocessors/Emilia/README.md3.1tocommunity-1.3.9to3.10.Rationale:
community-1as improved over legacy3.1on most published benchmarks (with dataset-specific variance).🚧 Related Issues
Closes #486
👨💻 Changes Proposed
community-1🧑🤝🧑 Who Can Review?
@yuantuo666
@HarryHe11
✅ Checklist
Test Notes
Manual smoke test executed with a real audio sample and HF token:
community-1speaker_diarization/legacy fallback)