from local

This commit is contained in:
dohe0342 2023-06-09 17:59:41 +09:00
parent 27094cde13
commit 85c150c86a
2 changed files with 1 additions and 0 deletions

View File

@ -545,6 +545,7 @@ def decode_dataset(
print(batch)
texts = batch["supervisions"]["text"]
texts = [text.upper() for text in texts]
cut_ids = [cut.id for cut in batch["supervisions"]["cut"]]