Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Duplicated from  openai/whisper-large-v3-turbo

Compumacy
/
whisper_turbo

Automatic Speech Recognition
Transformers
Safetensors
whisper
audio
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Compumacy/whisper_turbo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Compumacy/whisper_turbo")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Compumacy/whisper_turbo")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Compumacy/whisper_turbo")
  • Notebooks
  • Google Colab
  • Kaggle
whisper_turbo
1.62 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
VisoLearn's picture
VisoLearn
ylacombe's picture
ylacombe
Duplicate from openai/whisper-large-v3-turbo
7b1927f verified about 1 year ago
  • .gitattributes
    1.52 kB
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago
  • README.md
    21.2 kB
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago
  • added_tokens.json
    34.6 kB
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago
  • config.json
    1.26 kB
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago
  • generation_config.json
    3.77 kB
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago
  • merges.txt
    494 kB
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago
  • model.safetensors
    1.62 GB
    xet
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago
  • normalizer.json
    52.7 kB
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago
  • preprocessor_config.json
    340 Bytes
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago
  • special_tokens_map.json
    2.19 kB
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago
  • tokenizer.json
    2.71 MB
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago
  • tokenizer_config.json
    283 kB
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago
  • vocab.json
    1.04 MB
    Duplicate from openai/whisper-large-v3-turbo about 1 year ago