Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

facebook
/
hubert-xlarge-ls960-ft

Automatic Speech Recognition
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
English
hubert
speech
audio
hf-asr-leaderboard
Eval Results (legacy)
Eval Results
Model card Files Files and versions
xet
Community
2

Instructions to use facebook/hubert-xlarge-ls960-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use facebook/hubert-xlarge-ls960-ft with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="facebook/hubert-xlarge-ls960-ft")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("facebook/hubert-xlarge-ls960-ft")
    model = AutoModelForCTC.from_pretrained("facebook/hubert-xlarge-ls960-ft")
  • Notebooks
  • Google Colab
  • Kaggle
hubert-xlarge-ls960-ft
11.6 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 13 commits
patrickvonplaten's picture
patrickvonplaten
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
86a09e6 almost 3 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    3.34 kB
    Update README.md almost 4 years ago
  • config.json
    1.49 kB
    add model over 4 years ago
  • model.safetensors
    3.85 GB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • preprocessor_config.json
    212 Bytes
    finish hubert almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    3.85 GB
    xet
    add hubert almost 5 years ago
  • special_tokens_map.json
    85 Bytes
    finish hubert almost 5 years ago
  • tf_model.h5
    3.85 GB
    xet
    add model over 4 years ago
  • tokenizer_config.json
    138 Bytes
    finish hubert almost 5 years ago
  • vocab.json
    292 Bytes
    finish hubert almost 5 years ago