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

valhalla
/
s2t_librispeech_medium

Automatic Speech Recognition
Transformers
PyTorch
English
speech_to_text_transformer
text-generation
audio
Model card Files Files and versions
xet
Community
1

Instructions to use valhalla/s2t_librispeech_medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use valhalla/s2t_librispeech_medium with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="valhalla/s2t_librispeech_medium")
    # Load model directly
    from transformers import AutoModelForSeq2SeqLM
    model = AutoModelForSeq2SeqLM.from_pretrained("valhalla/s2t_librispeech_medium", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
s2t_librispeech_medium
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
0eae37d over 2 years ago
  • .ipynb_checkpoints
    update weights over 5 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model over 2 years ago
  • README.md
    1.71 kB
    Update README.md over 5 years ago
  • config.json
    1.1 kB
    update weights over 5 years ago
  • model.safetensors
    285 MB
    xet
    Adding `safetensors` variant of this model over 2 years ago
  • preprocessor_config.json
    224 Bytes
    add processor over 5 years ago
  • pytorch_model.bin
    285 MB
    xet
    update weights over 5 years ago
  • sentencepiece.bpe.model
    417 kB
    xet
    add files over 5 years ago
  • special_tokens_map.json
    85 Bytes
    add files over 5 years ago
  • tokenizer_config.json
    400 Bytes
    add processor over 5 years ago
  • vocab.json
    235 kB
    add files over 5 years ago