How to leverage whisper model to do prompt

Erik Engel 40 Reputation points
2023-09-29T20:38:48.4633333+00:00

Hello, I see the news whisper model is available in OpenAI, I want to use it to do prompt because I want to make multi audio together, can you help with this?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,646 questions
0 comments No comments
{count} votes

Accepted answer
  1. YutongTie-MSFT 48,586 Reputation points
    2023-09-29T21:27:58.6166667+00:00

    Hello @Erik Engel

    Thanks for reaching out to us, yes, I have answered your other post, please take a look and let me know if you have any question, you can do that in a easy way.

    Please refer to the OpenAI cookbook -

    https://github.com/openai/openai-cookbook/blob/main/examples/Whisper_prompting_guide.ipynb

    Prompting Whisper is not the same as prompting GPT. For example, if you submit an attempted instruction like "Format lists in Markdown format", the model will not comply, as it follows the style of the prompt, rather than any instructions contained within.

    In addition, the prompt is limited to only 224 tokens. If the prompt is longer than 224 tokens, only the final 224 tokens of the prompt will be considered; all prior tokens will be silently ignored. The tokenizer used is the multilingual Whisper tokenizer.

    To get good results, craft examples that portray your desired style.

    Please let me know if you have any questions regarding to the cookbook.

    Regards,

    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.

    0 comments No comments

0 additional answers

Sort by: Most helpful