From f6cd4b9bed58dbda87c40404803ab1c1e599b359 Mon Sep 17 00:00:00 2001 From: Yasutaka Odo Date: Wed, 21 Dec 2022 00:39:48 +0900 Subject: [PATCH] correct example command for japanese --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 85a6541..37b7021 100644 --- a/README.md +++ b/README.md @@ -75,19 +75,12 @@ https://user-images.githubusercontent.com/36994049/208298811-e36002ba-3698-4731- https://user-images.githubusercontent.com/36994049/208298819-6f462b2c-8cae-4c54-b8e1-90855794efc7.mov ### Japanese -`whisperx --model large --language ja examples/sample_ja_01.mp3 --align_model wav2vec2-large-xlsr-53-japanese --output_dir examples/whisperx --align_extend 2` - +`whisperx --model large --language ja examples/sample_ja_01.wav --align_model jonatasgrosman/wav2vec2-large-xlsr-53-japanese --output_dir examples/whisperx --align_extend 2` https://user-images.githubusercontent.com/19920981/208448405-60f80c0e-2715-42d8-9437-e19e6362b638.mov - - - -https://user-images.githubusercontent.com/19920981/208448405-60f80c0e-2715-42d8-9437-e19e6362b638.mov - -

Limitations ⚠️

- Not thoroughly tested, especially for non-english, results may vary -- please post issue to let me know its results on your data