Usage (Transformers.js)
If you haven't already, you can install the Transformers.js JavaScript library from NPM using:
npm i @huggingface/transformers
Example: Automatic speech recognition w/ Moonshine base.
import { pipeline } from "@huggingface/transformers";
const transcriber = await pipeline("automatic-speech-recognition", "onnx-community/moonshine-base-ONNX");
const output = await transcriber("https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/jfk.wav");
console.log(output);
// { text: 'And so my fellow Americans ask not what your country can do for you as what you can do for your country.' }
- Downloads last month
- 2,254
Inference API (serverless) does not yet support transformers.js models for this pipeline type.
Model tree for onnx-community/moonshine-base-ONNX
Base model
UsefulSensors/moonshine-base