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-medium-librispeech-asr

Automatic Speech Recognition
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
English
speech_to_text
audio
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="facebook/s2t-medium-librispeech-asr")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("facebook/s2t-medium-librispeech-asr")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("facebook/s2t-medium-librispeech-asr")
  • Notebooks
  • Google Colab
  • Kaggle
s2t-medium-librispeech-asr
876 MB
Ctrl+K
Ctrl+K
  • 8 contributors
History: 11 commits
lysandre's picture
lysandre HF Staff
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#3)
ffbff04 over 2 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model (#3) over 2 years ago
  • README.md
    5.23 kB
    Fix examples: input_ids -> input_features (#1) over 3 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
  • model.safetensors
    285 MB
    xet
    Adding `safetensors` variant of this model (#3) over 2 years ago
  • preprocessor_config.json
    242 Bytes
    update processor and readme about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    285 MB
    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
    306 MB
    xet
    add TF model over 4 years ago
  • tokenizer_config.json
    458 Bytes
    update processor and readme about 5 years ago
  • vocab.json
    235 kB
    add files about 5 years ago