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

LittleDesignSolution
/
whisper-large-v3-turbo

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

Instructions to use LittleDesignSolution/whisper-large-v3-turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LittleDesignSolution/whisper-large-v3-turbo with Transformers:

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