Instructions to use unity/inference-engine-whisper-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use unity/inference-engine-whisper-tiny with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,8 @@ pipeline_tag: automatic-speech-recognition
|
|
| 7 |
# Notice: We are currently updating files in the [Sentis 1.4.0 branch](https://huggingface.co/unity/sentis-whisper-tiny/tree/sentis-1-4-0) today. These files are subject to change #
|
| 8 |
|
| 9 |
|
| 10 |
-
# Whisper-Tiny model in Unity Sentis
|
|
|
|
| 11 |
|
| 12 |
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.
|
| 13 |
|
|
|
|
| 7 |
# Notice: We are currently updating files in the [Sentis 1.4.0 branch](https://huggingface.co/unity/sentis-whisper-tiny/tree/sentis-1-4-0) today. These files are subject to change #
|
| 8 |
|
| 9 |
|
| 10 |
+
# Whisper-Tiny model in Unity Sentis (Version 1.3.0-pre.3*)
|
| 11 |
+
*Version 1.3.0 Sentis files are not compatible with 1.4.0 and above and need to be recreated
|
| 12 |
|
| 13 |
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.
|
| 14 |
|