Instructions to use multimodalart/VibeVoice-ASR-BitNet-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use multimodalart/VibeVoice-ASR-BitNet-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'multimodalart/VibeVoice-ASR-BitNet-ONNX');
File size: 102 Bytes
9305f03 | 1 2 3 4 5 6 7 8 | {
"bos_token_id": 151643,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151643
} |