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

Aditya02
/
cohere-transcribe-03-2026-ov-fp16

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

Instructions to use Aditya02/cohere-transcribe-03-2026-ov-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Aditya02/cohere-transcribe-03-2026-ov-fp16 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Aditya02/cohere-transcribe-03-2026-ov-fp16")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Aditya02/cohere-transcribe-03-2026-ov-fp16", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cohere-transcribe-03-2026-ov-fp16
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
Aditya02's picture
Aditya02
Delete tokenizer.json
4631471 verified 3 months ago
  • models
    Upload folder using huggingface_hub 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3.54 kB
    Upload folder using huggingface_hub 3 months ago
  • inference.py
    3.85 kB
    Upload folder using huggingface_hub 3 months ago