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
|
@@ -4,9 +4,6 @@ library_name: unity-sentis
|
|
| 4 |
pipeline_tag: automatic-speech-recognition
|
| 5 |
---
|
| 6 |
|
| 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 |
|
|
|
|
| 4 |
pipeline_tag: automatic-speech-recognition
|
| 5 |
---
|
| 6 |
|
|
|
|
|
|
|
|
|
|
| 7 |
# Whisper-Tiny model in Unity Sentis (Version 1.3.0-pre.3*)
|
| 8 |
*Version 1.3.0 Sentis files are not compatible with 1.4.0 and above and need to be recreated
|
| 9 |
|