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

seba3y
/
speecht5-asr-punctuation-sensitive

Automatic Speech Recognition
Transformers
PyTorch
Safetensors
English
speecht5
audio
speech
speech2text
ASR
asr
ASR-punctuation-sensitive
encoder-decoder-for-asr
Model card Files Files and versions
xet
Community
1

Instructions to use seba3y/speecht5-asr-punctuation-sensitive with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use seba3y/speecht5-asr-punctuation-sensitive with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="seba3y/speecht5-asr-punctuation-sensitive")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("seba3y/speecht5-asr-punctuation-sensitive")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("seba3y/speecht5-asr-punctuation-sensitive")
  • Notebooks
  • Google Colab
  • Kaggle
speecht5-asr-punctuation-sensitive
1.24 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
seba3y's picture
seba3y
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
a26e2eb verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    4.57 kB
    Update README.md over 2 years ago
  • config.json
    2.11 kB
    Upload SpeechT5ForSpeechToText over 2 years ago
  • generation_config.json
    206 Bytes
    Upload SpeechT5ForSpeechToText over 2 years ago
  • model.safetensors
    620 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • preprocessor_config.json
    458 Bytes
    Upload processor over 2 years ago
  • pytorch_model.bin
    620 MB
    xet
    Upload SpeechT5ForSpeechToText over 2 years ago
  • special_tokens_map.json
    96 Bytes
    Upload processor over 2 years ago
  • spm_char.model
    244 kB
    xet
    Upload processor over 2 years ago
  • tokenizer_config.json
    322 Bytes
    Upload processor over 2 years ago