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
/
s2t-large-librispeech-asr

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

Instructions to use facebook/s2t-large-librispeech-asr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use facebook/s2t-large-librispeech-asr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="facebook/s2t-large-librispeech-asr")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("facebook/s2t-large-librispeech-asr")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("facebook/s2t-large-librispeech-asr")
  • Notebooks
  • Google Colab
  • Kaggle
s2t-large-librispeech-asr
2.18 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 10 commits
joaogante's picture
joaogante
Adding generation config file(s)
a4b4750 over 3 years ago
  • .gitattributes
    690 Bytes
    initial commit about 5 years ago
  • README.md
    5.82 kB
    Update README.md about 4 years ago
  • config.json
    1.14 kB
    update processor and readme about 5 years ago
  • generation_config.json
    233 Bytes
    Adding generation config file(s) over 3 years ago
  • preprocessor_config.json
    242 Bytes
    update processor and readme about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.07 GB
    xet
    update processor and readme about 5 years ago
  • sentencepiece.bpe.model
    417 kB
    xet
    add files about 5 years ago
  • special_tokens_map.json
    85 Bytes
    add files about 5 years ago
  • tf_model.h5
    1.11 GB
    xet
    Add TF model over 4 years ago
  • tokenizer_config.json
    457 Bytes
    add files about 5 years ago
  • vocab.json
    235 kB
    add files about 5 years ago