-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
transcription stops before end of audio file #137
Comments
I think there must have been an error with accessing huggingface.co when the tool tried to download the bart-large-mnli model (maybe for question labeling?). If you haven't tried this again already, I would give it another try. It should work! Feel free to re-open this and continue the conversation if it doesn't. Cheers |
just checked again, it continues to stop transcription before the end |
Could you check if you can access https://huggingface.co/facebook/bart-large-mnli/resolve/main/config.json directly from your browser? If so, there might be an issue with some ssl certificates on your machine. Are you using the standalone or the git version of the tool? |
I would rather suggest that this has maybe to do with the metadata in the audio file? Anyway, I checked, and the page opens without problem: { |
Not according to the error though. Are you using the standalone or the git version? |
git |
just checked again, this happens independently of the hugging face error (which i didn't get again), with different audio files. maybe a problem of mp3 files? |
Did you find a workaround for this or is it still an issue? Cheers! |
haven't tried again, will do so with the newest version |
just checked, wiht another audio file, unfortunately the problem continues. audio is 1:28:15 and transcription stops at 01:00:33,660. |
bump |
transcription of a 1h34 audio file stops after 1h13 minutes.
last message:
INFO: Finished transcription for Transcription of Caxias 09.mp3 in 32723 seconds
'HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /facebook/bart-large-mnli/resolve/main/config.json (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000021AFA45DFF0>, 'Connection to huggingface.co timed out. (connect timeout=10)'))' thrown while requesting HEAD https://huggingface.co/facebook/bart-large-mnli/resolve/main/config.json
The text was updated successfully, but these errors were encountered: