Skip to content

Commit

Permalink
Documentation update in .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleks committed Apr 1, 2024
1 parent d3b304c commit 900f2bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit 900f2bb

Please sign in to comment.