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

  • Log In
  • Sign Up

mdsingh2024
/
whisper-tiny-finetuned-float16

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

Instructions to use mdsingh2024/whisper-tiny-finetuned-float16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mdsingh2024/whisper-tiny-finetuned-float16 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="mdsingh2024/whisper-tiny-finetuned-float16")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("mdsingh2024/whisper-tiny-finetuned-float16")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("mdsingh2024/whisper-tiny-finetuned-float16")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-finetuned-float16
77.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
mdsingh2024's picture
mdsingh2024
Add processor for float16 model
4c88710 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Convert model to float16 about 1 year ago
  • added_tokens.json
    34.6 kB
    Add processor for float16 model about 1 year ago
  • config.json
    1.31 kB
    Convert model to float16 about 1 year ago
  • generation_config.json
    1.62 kB
    Convert model to float16 about 1 year ago
  • merges.txt
    456 kB
    Add processor for float16 model about 1 year ago
  • model.safetensors
    75.5 MB
    xet
    Convert model to float16 about 1 year ago
  • normalizer.json
    52.7 kB
    Add processor for float16 model about 1 year ago
  • preprocessor_config.json
    339 Bytes
    Add processor for float16 model about 1 year ago
  • special_tokens_map.json
    2.17 kB
    Add processor for float16 model about 1 year ago
  • tokenizer_config.json
    283 kB
    Add processor for float16 model about 1 year ago
  • vocab.json
    999 kB
    Add processor for float16 model about 1 year ago