Automatic Speech Recognition
Transformers.js
ONNX
multilingual
wav2vec2
speech
audio
phoneme-recognition
Instructions to use onnx-community/wav2vec2-lv-60-espeak-cv-ft-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/wav2vec2-lv-60-espeak-cv-ft-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'onnx-community/wav2vec2-lv-60-espeak-cv-ft-ONNX');
Add tokenizers
#1
by justinchuby - opened
No description provided.
justinchuby changed pull request title from Upload 3 files to Add tokenizers
Felladrin changed pull request status to merged
Felladrin deleted the
refs/pr/1 ref