Update egs/multi_ja_en/ASR/local/utils/update_cutset_paths.py

Co-authored-by: Yubo <54519381+yuta0306@users.noreply.github.com>
This commit is contained in:
Bailey Machiko Hirota 2025-07-16 17:18:03 +09:00 committed by Kinan Martin
parent 310aaec3cc
commit 542620c4e3

View File

@ -55,9 +55,9 @@ if __name__ == "__main__":
# Define the datasets and their *specific* manifest file prefixes
dataset_manifest_prefixes = {
"reazonspeech": "reazonspeech_cuts",
"mls_english": "mls_eng_cuts",
}
"reazonspeech": "reazonspeech_cuts",
"mls_english": "mls_eng_cuts",
}
splits = ["train", "dev", "test"]