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

codenamewei
/
speech-to-text

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2-conformer
Model card Files Files and versions
xet
Community
3

Instructions to use codenamewei/speech-to-text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use codenamewei/speech-to-text with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="codenamewei/speech-to-text")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("codenamewei/speech-to-text")
    model = AutoModelForCTC.from_pretrained("codenamewei/speech-to-text")
  • Notebooks
  • Google Colab
  • Kaggle
README.md exists but content is empty.
Downloads last month
15
Inference Providers NEW
Automatic Speech Recognition
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using codenamewei/speech-to-text 10

πŸ“š
eduagarcia/multilingual-tokenizer-leaderboard
🐠
Sojab/voice-recognition
🐨
DushanthaE/codenamewei-speech-to-text
😻
francosta/codenamewei-speech-to-text
πŸš€
star111/codenamewei-speech-to-text
⚑
Maxson52/codenamewei-speech-to-text
🌍
framajawa/codenamewei-speech-to-text
πŸ‘
Saudagarji/codenamewei-speech-to-text
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs