Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

unity
/
inference-engine-whisper-tiny

Automatic Speech Recognition
unity-sentis
ONNX
unity-inference-engine
Model card Files Files and versions
xet
Community
15

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
inference-engine-whisper-tiny
427 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 31 commits
dmitry-yudakov's picture
dmitry-yudakov
Fix wrong tensor shape leading to words duplication
dcda9c0 verified over 1 year ago
  • Assets
    Fix wrong tensor shape leading to words duplication over 1 year ago
  • Packages
    updated project to sentis 2.1.0 over 1 year ago
  • ProjectSettings
    updated project to sentis 2.1.0 over 1 year ago
  • .gitattributes
    1.52 kB
    updated project to sentis 2.1.0 over 1 year ago
  • .gitignore
    1.29 kB
    updated project to sentis 2.1.0 over 1 year ago
  • README.md
    334 Bytes
    updated project to sentis 2.1.0 over 1 year ago