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

  • Log In
  • Sign Up

Wsassi
/
whisper-small-scc22

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

Instructions to use Wsassi/whisper-small-scc22 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Wsassi/whisper-small-scc22 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Wsassi/whisper-small-scc22")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Wsassi/whisper-small-scc22")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Wsassi/whisper-small-scc22")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-scc22
969 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Wsassi's picture
Wsassi
Upload processor
fe256a2 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    5.17 kB
    Upload WhisperForConditionalGeneration 12 months ago
  • added_tokens.json
    34.6 kB
    Upload processor 12 months ago
  • config.json
    1.4 kB
    Upload WhisperForConditionalGeneration 12 months ago
  • generation_config.json
    3.01 kB
    Upload WhisperForConditionalGeneration 12 months ago
  • merges.txt
    494 kB
    Upload processor 12 months ago
  • model.safetensors
    967 MB
    xet
    Upload WhisperForConditionalGeneration 12 months ago
  • normalizer.json
    52.7 kB
    Upload processor 12 months ago
  • preprocessor_config.json
    339 Bytes
    Upload processor 12 months ago
  • special_tokens_map.json
    2.19 kB
    Upload processor 12 months ago
  • tokenizer_config.json
    283 kB
    Upload processor 12 months ago
  • vocab.json
    1.04 MB
    Upload processor 12 months ago