facebook / hubert-large-ls960-ft

huggingface.co
Total runs: 91.5K
24-hour runs: 0
7-day runs: -40.9K
30-day runs: -64.3K
Model's Last Updated: May 24 2022
automatic-speech-recognition

Introduction of hubert-large-ls960-ft

Model Details of hubert-large-ls960-ft

Hubert-Large-Finetuned

Facebook's Hubert

The large model fine-tuned on 960h of Librispeech on 16kHz sampled speech audio. When using the model make sure that your speech input is also sampled at 16Khz.

The model is a fine-tuned version of hubert-large-ll60k .

Paper

Authors: Wei-Ning Hsu, Benjamin Bolte, Yao-Hung Hubert Tsai, Kushal Lakhotia, Ruslan Salakhutdinov, Abdelrahman Mohamed

Abstract Self-supervised approaches for speech representation learning are challenged by three unique problems: (1) there are multiple sound units in each input utterance, (2) there is no lexicon of input sound units during the pre-training phase, and (3) sound units have variable lengths with no explicit segmentation. To deal with these three problems, we propose the Hidden-Unit BERT (HuBERT) approach for self-supervised speech representation learning, which utilizes an offline clustering step to provide aligned target labels for a BERT-like prediction loss. A key ingredient of our approach is applying the prediction loss over the masked regions only, which forces the model to learn a combined acoustic and language model over the continuous inputs. HuBERT relies primarily on the consistency of the unsupervised clustering step rather than the intrinsic quality of the assigned cluster labels. Starting with a simple k-means teacher of 100 clusters, and using two iterations of clustering, the HuBERT model either matches or improves upon the state-of-the-art wav2vec 2.0 performance on the Librispeech (960h) and Libri-light (60,000h) benchmarks with 10min, 1h, 10h, 100h, and 960h fine-tuning subsets. Using a 1B parameter model, HuBERT shows up to 19% and 13% relative WER reduction on the more challenging dev-other and test-other evaluation subsets.

The original model can be found under https://github.com/pytorch/fairseq/tree/master/examples/hubert .

Usage

The model can be used for automatic-speech-recognition as follows:

import torch
from transformers import Wav2Vec2Processor, HubertForCTC
from datasets import load_dataset

processor = Wav2Vec2Processor.from_pretrained("facebook/hubert-large-ls960-ft")
model = HubertForCTC.from_pretrained("facebook/hubert-large-ls960-ft")
    
ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation")

input_values = processor(ds[0]["audio"]["array"], return_tensors="pt").input_values  # Batch size 1
logits = model(input_values).logits
predicted_ids = torch.argmax(logits, dim=-1)
transcription = processor.decode(predicted_ids[0])

# ->"A MAN SAID TO THE UNIVERSE SIR I EXIST"

Runs of facebook hubert-large-ls960-ft on huggingface.co

91.5K
Total runs
0
24-hour runs
-1.4K
3-day runs
-40.9K
7-day runs
-64.3K
30-day runs

More Information About hubert-large-ls960-ft huggingface.co Model

More hubert-large-ls960-ft license Visit here:

https://choosealicense.com/licenses/apache-2.0

hubert-large-ls960-ft huggingface.co

hubert-large-ls960-ft huggingface.co is an AI model on huggingface.co that provides hubert-large-ls960-ft's model effect (), which can be used instantly with this facebook hubert-large-ls960-ft model. huggingface.co supports a free trial of the hubert-large-ls960-ft model, and also provides paid use of the hubert-large-ls960-ft. Support call hubert-large-ls960-ft model through api, including Node.js, Python, http.

hubert-large-ls960-ft huggingface.co Url

https://huggingface.co/facebook/hubert-large-ls960-ft

facebook hubert-large-ls960-ft online free

hubert-large-ls960-ft huggingface.co is an online trial and call api platform, which integrates hubert-large-ls960-ft's modeling effects, including api services, and provides a free online trial of hubert-large-ls960-ft, you can try hubert-large-ls960-ft online for free by clicking the link below.

facebook hubert-large-ls960-ft online free url in huggingface.co:

https://huggingface.co/facebook/hubert-large-ls960-ft

hubert-large-ls960-ft install

hubert-large-ls960-ft is an open source model from GitHub that offers a free installation service, and any user can find hubert-large-ls960-ft on GitHub to install. At the same time, huggingface.co provides the effect of hubert-large-ls960-ft install, users can directly use hubert-large-ls960-ft installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

hubert-large-ls960-ft install url in huggingface.co:

https://huggingface.co/facebook/hubert-large-ls960-ft

Url of hubert-large-ls960-ft

hubert-large-ls960-ft huggingface.co Url

Provider of hubert-large-ls960-ft huggingface.co

facebook
ORGANIZATIONS

Other API from facebook

huggingface.co

Total runs: 11.1M
Run Growth: -5.8M
Growth Rate: -50.77%
Updated:September 15 2023
huggingface.co

Total runs: 8.0M
Run Growth: 368.1K
Growth Rate: 4.59%
Updated:January 20 2022
huggingface.co

Total runs: 4.5M
Run Growth: 696.3K
Growth Rate: 15.37%
Updated:September 06 2023
huggingface.co

Total runs: 3.4M
Run Growth: 377.8K
Growth Rate: 11.05%
Updated:December 28 2021
huggingface.co

Total runs: 2.8M
Run Growth: 375.3K
Growth Rate: 13.40%
Updated:January 17 2024
huggingface.co

Total runs: 2.3M
Run Growth: 74.1K
Growth Rate: 3.29%
Updated:November 21 2025
huggingface.co

Total runs: 1.8M
Run Growth: -172.1K
Growth Rate: -9.37%
Updated:March 23 2023
huggingface.co

Total runs: 1.8M
Run Growth: -356.7K
Growth Rate: -20.06%
Updated:January 25 2024
huggingface.co

Total runs: 788.3K
Run Growth: -160.1K
Growth Rate: -19.93%
Updated:September 06 2023
huggingface.co

Total runs: 565.9K
Run Growth: -208.2K
Growth Rate: -36.34%
Updated:January 12 2024
huggingface.co

Total runs: 533.8K
Run Growth: 11.0K
Growth Rate: 2.02%
Updated:May 22 2023
huggingface.co

Total runs: 419.5K
Run Growth: -141.1K
Growth Rate: -34.59%
Updated:March 17 2025
huggingface.co

Total runs: 394.9K
Run Growth: 39.8K
Growth Rate: 10.02%
Updated:February 29 2024
huggingface.co

Total runs: 330.3K
Run Growth: -431.1K
Growth Rate: -111.18%
Updated:July 25 2023
huggingface.co

Total runs: 370.1K
Run Growth: -75.6K
Growth Rate: -20.08%
Updated:January 12 2024
huggingface.co

Total runs: 311.9K
Run Growth: -7.8K
Growth Rate: -2.51%
Updated:November 17 2022
huggingface.co

Total runs: 275.2K
Run Growth: 54.7K
Growth Rate: 19.50%
Updated:September 06 2023
huggingface.co

Total runs: 255.1K
Run Growth: -2.2K
Growth Rate: -0.86%
Updated:June 15 2023
huggingface.co

Total runs: 247.8K
Run Growth: 116.9K
Growth Rate: 47.10%
Updated:May 22 2023
huggingface.co

Total runs: 236.9K
Run Growth: 14.3K
Growth Rate: 6.02%
Updated:July 23 2024
huggingface.co

Total runs: 201.1K
Run Growth: -171.4K
Growth Rate: -84.31%
Updated:November 17 2023
huggingface.co

Total runs: 189.1K
Run Growth: -100.8K
Growth Rate: -55.10%
Updated:September 15 2023
huggingface.co

Total runs: 161.4K
Run Growth: 480
Growth Rate: 0.30%
Updated:September 01 2023
huggingface.co

Total runs: 159.5K
Run Growth: -113.4K
Growth Rate: -70.95%
Updated:June 13 2023
huggingface.co

Total runs: 151.1K
Run Growth: 34.1K
Growth Rate: 23.24%
Updated:September 06 2023
huggingface.co

Total runs: 149.7K
Run Growth: 49.1K
Growth Rate: 33.69%
Updated:February 12 2023
huggingface.co

Total runs: 131.4K
Run Growth: 2.2K
Growth Rate: 1.72%
Updated:June 03 2022
huggingface.co

Total runs: 130.5K
Run Growth: 30.4K
Growth Rate: 23.36%
Updated:June 13 2023
huggingface.co

Total runs: 119.3K
Run Growth: 108.3K
Growth Rate: 91.41%
Updated:September 06 2023
huggingface.co

Total runs: 112.2K
Run Growth: -106.2K
Growth Rate: -92.97%
Updated:June 13 2023
huggingface.co

Total runs: 111.2K
Run Growth: -10.4K
Growth Rate: -9.37%
Updated:September 15 2023
huggingface.co

Total runs: 114.7K
Run Growth: 79.0K
Growth Rate: 71.20%
Updated:November 16 2023
huggingface.co

Total runs: 89.6K
Run Growth: -1.7K
Growth Rate: -1.87%
Updated:January 25 2023
huggingface.co

Total runs: 88.0K
Run Growth: -11.4K
Growth Rate: -12.93%
Updated:November 20 2023
huggingface.co

Total runs: 69.4K
Run Growth: -14.1K
Growth Rate: -19.73%
Updated:March 28 2026
huggingface.co

Total runs: 66.0K
Run Growth: 39.9K
Growth Rate: 59.78%
Updated:January 29 2026
huggingface.co

Total runs: 65.2K
Run Growth: 52.4K
Growth Rate: 79.80%
Updated:September 01 2023
huggingface.co

Total runs: 63.5K
Run Growth: 12.6K
Growth Rate: 19.76%
Updated:June 13 2023
huggingface.co

Total runs: 54.0K
Run Growth: 22.3K
Growth Rate: 41.20%
Updated:March 13 2024
huggingface.co

Total runs: 42.3K
Run Growth: -407
Growth Rate: -0.95%
Updated:September 05 2023