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

  • Log In
  • Sign Up

gokulsrinivasagan
/
whisper-small_diff_wo_init_diff_enc_emb_comp-ls

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

Instructions to use gokulsrinivasagan/whisper-small_diff_wo_init_diff_enc_emb_comp-ls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gokulsrinivasagan/whisper-small_diff_wo_init_diff_enc_emb_comp-ls with Transformers:

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