How to use from the
Use from the
Transformers.js library
// 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');

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.

Usage with Transformers.js

See the pipeline documentation for automatic-speech-recognition: https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.AutomaticSpeechRecognitionPipeline


Fine-tuned XLSR-53 large model for speech recognition in English

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.

Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for onnx-community/wav2vec2-large-xlsr-english-ONNX

Quantized
(1)
this model

Dataset used to train onnx-community/wav2vec2-large-xlsr-english-ONNX

Evaluation results