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

leonardvorbeck
/
wav2vec2-large-robust-LS960

Automatic Speech Recognition
Transformers
PyTorch
English
wav2vec2
speech
CTC
Attention
Model card Files Files and versions
xet
Community
1

Instructions to use leonardvorbeck/wav2vec2-large-robust-LS960 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use leonardvorbeck/wav2vec2-large-robust-LS960 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="leonardvorbeck/wav2vec2-large-robust-LS960")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("leonardvorbeck/wav2vec2-large-robust-LS960")
    model = AutoModelForCTC.from_pretrained("leonardvorbeck/wav2vec2-large-robust-LS960")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-large-robust-LS960
1.26 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
leonardvorbeck's picture
leonardvorbeck
Update README.md
3587635 over 4 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • README.md
    3.02 kB
    Update README.md over 4 years ago
  • config.json
    1.38 kB
    second model ported from fairseq almost 5 years ago
  • feature_extractor_config.json
    157 Bytes
    second model ported from fairseq almost 5 years ago
  • preprocessor_config.json
    158 Bytes
    second model ported from fairseq 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?

    1.26 GB
    xet
    First model version almost 5 years ago
  • special_tokens_map.json
    85 Bytes
    second model ported from fairseq almost 5 years ago
  • tokenizer_config.json
    162 Bytes
    second model ported from fairseq almost 5 years ago
  • vocab.json
    291 Bytes
    second model ported from fairseq almost 5 years ago