Skip to main content

3 posts tagged with "pytorch"

View All Tags

· 17 min read
Will Knottenbelt

Cover

Sesame AI has recently stirred up a huge amount of hype with their ultra-realistic, open-source Conversational Speech Model (CSM). While the model is impressive, they didn't release the training code and there is strong demand for customization. This blog walks you through exactly how to fine-tune the CSM for any language or voice you desire!

· 13 min read
Markus Hennerbichler

Ever since the release of the HuggingFace🤗 Transformers library, it has been incredibly simple to train, fine-tune and run state-of-the-art Transformer-based translation models. This has also accelerated the development of our recently launched Translation feature. However, deploying these models in a production setting on GPU servers is still not straightforward, so I want to share how we at Speechmatics were able to deploy a performant real-time translation service for more than 30 languages and open-sourced part of our solution in the process.