Instructions to use hhettiarachchi/whisper-small-sinhala-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use hhettiarachchi/whisper-small-sinhala-onnx with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'hhettiarachchi/whisper-small-sinhala-onnx');
Whisper Small Sinhala (ONNX for Transformers.js)
This is an ONNX-converted, web-ready version of Lingalingeswaran/whisper-small-sinhala.
It is fine-tuned specifically for the Sinhala language and has been exported to ONNX format so it can be run completely client-side in the browser using Transformers.js.
How to Use in the Browser
You can run this model directly in JavaScript using Transformers.js without needing any Python backend.
- Install Transformers.js:
npm i @huggingface/transformers
- Downloads last month
- 27
Model tree for hhettiarachchi/whisper-small-sinhala-onnx
Base model
openai/whisper-small Finetuned
Lingalingeswaran/whisper-small-sinhala