Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
cosyvoice-300M_checkpoint19 – AI Model by Usamimi | AlphaNeural AI
You can deploy this model and start earning money today!
Usamimi
/
cosyvoice-300M_checkpoint19
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
코코코 코지보이스-300M 모델 체크포인트
This checkpoint is for cosyvoice-300M pretrained model and loadable under torch.load().
Mind that the state_dict from the checkpoint should exclude 'epoch' and 'step'.
state_dict = {k: v for k, v in checkpoint.items() if k not in ['epoch', 'step']}
model.load_state_dict(state_dict)