huggingface / transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
https://huggingface.co/transformers
Apache License 2.0
131.79k stars 26.24k forks source link

Add OpenAI Whisper Large-v3 weights #27331

Closed gau-nernst closed 9 months ago

gau-nernst commented 10 months ago

Feature request

OpenAI released Whisper Large-v3.

https://github.com/openai/whisper/discussions/1762

I haven't looked into it closely but it seems the only difference is using 128-bin Mel-spec instead of 80-bin, thus weight conversion should be the same.

Motivation

NA

Your contribution

NA

amyeroberts commented 10 months ago

cc @sanchit-gandhi

gau-nernst commented 10 months ago

I saw that the weights are already ported here: https://huggingface.co/openai/whisper-large-v3, and the announcements made by the team. Awesome work! Are there any reasons why this issue is not closed?

amyeroberts commented 9 months ago

@gau-nernst As it's your issue, you can close it if you think it's resolved. #27336 hasn't been merged yet - so full v3 compatibility hasn't been shipped - depends what your "solved" criteria are :)