Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize hyperparameters in pyannote 3.1.1 #1656

Open
ChristianNSchmitz opened this issue Feb 23, 2024 · 0 comments
Open

Optimize hyperparameters in pyannote 3.1.1 #1656

ChristianNSchmitz opened this issue Feb 23, 2024 · 0 comments

Comments

@ChristianNSchmitz
Copy link

ChristianNSchmitz commented Feb 23, 2024

Tested versions

Reproducible in 3.1.1

System information

Ubuntu 23.04, Intel i7; MacOS 13.6, M3

Issue description

Dear pyannote-developers,

we are currently working with pyannote to transcribe dialogues of two to three people. However, I noticed that small "single-word-sentences" like "yes" or "I see" are neglected by pyannote. Thus, I would like to ask you whether there is the option to optimise the hyper parameters of pyannote in order to get a higher sensitivity. We currently use the command:

pipeline = Pipeline.from_pretrained('pyannote/speaker-diarization-3.1', use_auth_token=authorization_token)
diarization = pipeline(audio_file_path)

Thank you very much!
Best
Christian

Minimal reproduction example (MRE)

See above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant