legacy-datasets/common_voice
Updated • 1.52k • 144
How to use onnx-community/wav2vec2-large-xlsr-english-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-large-xlsr-english-ONNX');This is an ONNX version of BeebekBhz/wav2vec2-large-xlsr-english. It was automatically converted and uploaded using this Hugging Face Space.
See the pipeline documentation for automatic-speech-recognition: https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.AutomaticSpeechRecognitionPipeline
Fine-tuned facebook/wav2vec2-large-xlsr-53 on English using the train and validation splits of Common Voice 6.1. When using this model, make sure that your speech input is sampled at 16kHz.
Base model
BeebekBhz/wav2vec2-large-xlsr-english