We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
データセットを作成する際に、音声をスライスし、設定はデフォルトの状態で、音声の文字起こしを押したところ、コマンドプロンプトには”07-14 01:48:27 | INFO | transcribe.py:203 | Loading HF Whisper model (kotoba-tech/kotoba-whisper-v1.1) 0it [00:00, ?it/s]”→”07-14 01:48:31 | INFO | transcribe.py:70 | generate_kwargs: {'language': 'ja', 'do_sample': False, 'num_beams': 5, 'no_repeat_ngram_size': 10} 0it [00:17, ?it/s]”→”07-14 01:48:46 |SUCCESS | subprocess.py:38 | Success: transcribe.py --model_name alice --model large-v3 --compute_type bfloat16 --language ja --initial_prompt "こんにちは。元気か?、私は、ちゃんと元気だぞ" --num_beams 5 --use_hf_whisper --batch_size 16 --hf_repo_id kotoba-tech/kotoba-whisper-v1.1”と表示されます。その後に学習の自動前処理を実行しようとすると、"Step 3, Error: 書き起こしファイル Data\model1\esd.list が見つかりません。"と表示されます。どうすればこの問題は解決できるでしょうか?もしよろしければ教えていただけると幸いです。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
データセットを作成する際に、音声をスライスし、設定はデフォルトの状態で、音声の文字起こしを押したところ、コマンドプロンプトには”07-14 01:48:27 | INFO | transcribe.py:203 | Loading HF Whisper model (kotoba-tech/kotoba-whisper-v1.1)
0it [00:00, ?it/s]”→”07-14 01:48:31 | INFO | transcribe.py:70 | generate_kwargs: {'language': 'ja', 'do_sample': False, 'num_beams': 5, 'no_repeat_ngram_size': 10}
0it [00:17, ?it/s]”→”07-14 01:48:46 |SUCCESS | subprocess.py:38 | Success: transcribe.py --model_name alice --model large-v3 --compute_type bfloat16 --language ja --initial_prompt "こんにちは。元気か?、私は、ちゃんと元気だぞ" --num_beams 5 --use_hf_whisper --batch_size 16 --hf_repo_id kotoba-tech/kotoba-whisper-v1.1”と表示されます。その後に学習の自動前処理を実行しようとすると、"Step 3, Error: 書き起こしファイル Data\model1\esd.list が見つかりません。"と表示されます。どうすればこの問題は解決できるでしょうか?もしよろしければ教えていただけると幸いです。
The text was updated successfully, but these errors were encountered: