Skip to content

Is there a way to convert a regular model.pt to a CTranslate2 model? #235

Answered by guillaumekln
Muertoe asked this question in Q&A
Discussion options

You must be logged in to vote

Is it a fine-tuned model or one of the pretrained model from OpenAI?

If it is one of the pretrained model from OpenAI, you should find what model size it corresponds to (e.g. "small", "medium", etc.) and then use the same size in faster-whisper as shown in the README (no need for a conversion).

If it is a fine-tuned model, you should first convert it to a Hugging Face model and then use the conversion script described in the README.

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@Muertoe
Comment options

@Muertoe
Comment options

@guillaumekln
Comment options

@Muertoe
Comment options

Answer selected by Muertoe
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@guillaumekln
Comment options

@amiroshn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants