Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whisper pipeline: update readme #1045

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

as-suvorov
Copy link
Contributor

No description provided.

@github-actions github-actions bot added category: whisper Whisper pipeline category: sampling Sampling / Decoding algorithms category: Python API Python API for GenAI category: samples GenAI samples category: GenAI C++ API Changes in GenAI C++ public headers labels Oct 22, 2024
@as-suvorov as-suvorov changed the title Whisper pipeline: updated readme Whisper pipeline: update readme Oct 22, 2024
src/cpp/include/openvino/genai/whisper_pipeline.hpp Outdated Show resolved Hide resolved
tests/python_tests/test_whisper_generate_api.py Outdated Show resolved Hide resolved
@ilya-lavrenov ilya-lavrenov added this to the 2024.5 milestone Oct 22, 2024
@ilya-lavrenov ilya-lavrenov added Code Freeze and removed category: sampling Sampling / Decoding algorithms labels Oct 22, 2024
@ilya-lavrenov ilya-lavrenov self-assigned this Oct 22, 2024
@github-actions github-actions bot added the category: sampling Sampling / Decoding algorithms label Oct 23, 2024
@ilya-lavrenov ilya-lavrenov removed the category: sampling Sampling / Decoding algorithms label Oct 23, 2024
@github-actions github-actions bot added the category: sampling Sampling / Decoding algorithms label Oct 23, 2024
@@ -17,24 +17,21 @@ optimum-cli export openvino --trust-remote-code --model openai/whisper-base whis

Prepare audio file in wav format with sampling rate 16k Hz.

## Run
```sh
wget https://storage.openvinotoolkit.org/models_contrib/speech/2021.2/librispeech_s5/how_are_you_doing_today.wav
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ilya-lavrenov @Wovchena Is it ok to use sample from ov models_contrib storage?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Why in doubts?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to double check, thanks

@as-suvorov as-suvorov marked this pull request as ready for review October 23, 2024 08:48

Models can be downloaded from [OpenAI HuggingFace](https://huggingface.co/openai).
Output:
```sh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not a script. Remove sh.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -17,24 +17,21 @@ optimum-cli export openvino --trust-remote-code --model openai/whisper-base whis

Prepare audio file in wav format with sampling rate 16k Hz.

## Run
```sh
wget https://storage.openvinotoolkit.org/models_contrib/speech/2021.2/librispeech_s5/how_are_you_doing_today.wav
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can just post a link. It's up to a reader how to download it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GenAI C++ API Changes in GenAI C++ public headers category: Python API Python API for GenAI category: samples GenAI samples category: sampling Sampling / Decoding algorithms category: whisper Whisper pipeline Code Freeze
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants