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

MahmoodAnaam
/
MSP-Audio

Automatic Speech Recognition
Transformers
Safetensors
msp_audio
custom_code
Model card Files Files and versions
xet
Community

Instructions to use MahmoodAnaam/MSP-Audio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MahmoodAnaam/MSP-Audio with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="MahmoodAnaam/MSP-Audio", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCTC
    model = AutoModelForCTC.from_pretrained("MahmoodAnaam/MSP-Audio", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MSP-Audio
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
MahmoodAnaam's picture
MahmoodAnaam
Upload MSPAudioForCTC
5f5cd68 verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    5.17 kB
    Upload processor 3 days ago
  • config.json
    2.26 kB
    Upload MSPAudioForCTC 3 days ago
  • configuration_msp_audio.py
    6.18 kB
    Upload model 3 days ago
  • feature_extraction_msp_audio.py
    10.5 kB
    Upload processor 3 days ago
  • model.safetensors
    378 MB
    xet
    Upload MSPAudioForCTC 3 days ago
  • modeling_msp_audio.py
    7.33 kB
    Upload model 3 days ago
  • processing_msp_audio.py
    3.62 kB
    Upload processor 3 days ago
  • processor_config.json
    559 Bytes
    Upload processor 3 days ago
  • tokenizer_config.json
    1.43 kB
    Upload processor 3 days ago
  • vocab.json
    358 Bytes
    Upload processor 3 days ago