Skip to content
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

有尝试过将belle-whisper-large-v3-zh结合到so-vits-svc任务吗?目前仅见到了将large-v3结合so-vits-svc的工作 #587

Open
beikungg opened this issue May 31, 2024 · 1 comment

Comments

@beikungg
Copy link

请问
在哪里可以下载到类似如下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

@shuaijiang
Copy link
Collaborator

shuaijiang commented Jun 11, 2024

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')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants