Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

facebook
/
wav2vec2-large-960h-lv60-self

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

Instructions to use facebook/wav2vec2-large-960h-lv60-self with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use facebook/wav2vec2-large-960h-lv60-self with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="facebook/wav2vec2-large-960h-lv60-self")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("facebook/wav2vec2-large-960h-lv60-self")
    model = AutoModelForCTC.from_pretrained("facebook/wav2vec2-large-960h-lv60-self")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-large-960h-lv60-self
3.79 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 26 commits
anton-l's picture
anton-l HF Staff
Update results
54074b1 almost 4 years ago
  • .gitattributes
    736 Bytes
    allow flax almost 5 years ago
  • README.md
    4.47 kB
    Update results almost 4 years ago
  • config.json
    1.61 kB
    add model almost 5 years ago
  • feature_extractor_config.json
    157 Bytes
    add feature processor about 5 years ago
  • flax_model.msgpack
    1.26 GB
    xet
    upload flax model almost 5 years ago
  • preprocessor_config.json
    158 Bytes
    add processor file about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.26 GB
    xet
    upload files over 5 years ago
  • special_tokens_map.json
    85 Bytes
    upload files over 5 years ago
  • tf_model.h5
    1.26 GB
    xet
    add model almost 5 years ago
  • tokenizer_config.json
    162 Bytes
    Update tokenizer_config.json over 5 years ago
  • vocab.json
    291 Bytes
    upload files over 5 years ago