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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mohdasif81
/
Cohere_asr

Automatic Speech Recognition
Transformers
Safetensors
cohere_asr
audio
hf-asr-leaderboard
speech-recognition
transcription
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use mohdasif81/Cohere_asr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="mohdasif81/Cohere_asr", trust_remote_code=True)
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("mohdasif81/Cohere_asr", trust_remote_code=True)
    model = AutoModelForSpeechSeq2Seq.from_pretrained("mohdasif81/Cohere_asr", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Cohere_asr / assets
272 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mohdasif81's picture
mohdasif81
Upload folder using huggingface_hub
1117853 verified 5 months ago
  • 260326_TranscribeLaunch_Plot1.png
    121 kB
    xet
    Upload folder using huggingface_hub 5 months ago
  • HF_model_card_per-language-avg-plot.png
    151 kB
    xet
    Upload folder using huggingface_hub 5 months ago