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
请问 在哪里可以下载到类似如下large-v3.pt这样的belle-whisper-large-v3-zh.pt文件?谢谢,这对我很重要
wget -P pretrain/ https://openaipublic.azureedge.net/main/whisper/models/e5b1a55b89c1367dacf97e3e19bfd829a01529dbfdeefa8caeb59b3f1b81dadb/large-v3.pt
The text was updated successfully, but these errors were encountered:
import torch from transformers import WhisperForConditionalGeneration model = WhisperForConditionalGeneration.from_pretrained('BELLE-2/Belle-whisper-large-v3-zh') torch.save(model.state_dict(), 'belle-whisper-large-v3-zh.pt')
Sorry, something went wrong.
No branches or pull requests
请问
在哪里可以下载到类似如下large-v3.pt这样的belle-whisper-large-v3-zh.pt文件?谢谢,这对我很重要
For simple downloading.
Whisper
wget -P pretrain/ https://openaipublic.azureedge.net/main/whisper/models/e5b1a55b89c1367dacf97e3e19bfd829a01529dbfdeefa8caeb59b3f1b81dadb/large-v3.pt
The text was updated successfully, but these errors were encountered: