diff --git a/.env b/.env index cfb7e37..25bbff0 100644 --- a/.env +++ b/.env @@ -53,9 +53,9 @@ TOKENIZERS_PARALLELISM=False # --------------------------------------------------- DIARIZATION ---------------------------------------------------- # # # The diarization_backend parameter is used to control the diarization model used. The available options are: -# "longform_diarizer" or "default_diarizer". It's suggested to use "longform_diarizer" for better handling of -# longer files. The "default_diarizer" is deprecated by this point. -DIARIZATION_BACKEND="longform_diarizer" +# "longform_diarizer" or "default_diarizer". It's suggested to use "default_diarizer" for better stability. +# The "longform_diarizer" is still being developed. +DIARIZATION_BACKEND="default_diarizer" # In a MSDD (Multiscale Diarization Decoder) model, the diarization model is trained on multiple window lengths. # The window_lengths are specified in seconds, and separated by a comma. If not specified, the default value will # be "1.5, 1.25, 1.0, 0.75, 0.5".