Paul Bird
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ pipeline_tag: automatic-speech-recognition
|
|
6 |
|
7 |
# Whisper-Tiny model in Unity Sentis Format
|
8 |
|
9 |
-
This is the [Whisper Tiny](https://huggingface.co/openai/whisper-tiny) model tested to work in Unity 2023. It is a speech-to-text model.
|
10 |
|
11 |
## How to Use
|
12 |
* Open a new scene in Unity 2023
|
|
|
6 |
|
7 |
# Whisper-Tiny model in Unity Sentis Format
|
8 |
|
9 |
+
This is the [Whisper Tiny](https://huggingface.co/openai/whisper-tiny) model tested to work in Unity 2023. It is a speech-to-text model. You feed in a 16kHz wav file and it outputs the best guess for what was said in the audio.
|
10 |
|
11 |
## How to Use
|
12 |
* Open a new scene in Unity 2023
|