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

  • Log In
  • Sign Up

fxmarty
/
whisper-tiny-working

Automatic Speech Recognition
Transformers
PyTorch
English
whisper
audio
hf-asr-leaderboard
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use fxmarty/whisper-tiny-working with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="fxmarty/whisper-tiny-working")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("fxmarty/whisper-tiny-working")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("fxmarty/whisper-tiny-working")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-working
15.1 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Félix Marty
tiny whisper
e53a435 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    14.6 kB
    tiny whisper about 3 years ago
  • added_tokens.json
    2.08 kB
    tiny whisper about 3 years ago
  • config.json
    2.07 kB
    tiny whisper about 3 years ago
  • generation_config.json
    1.2 kB
    tiny whisper about 3 years ago
  • merges.txt
    456 kB
    tiny whisper about 3 years ago
  • normalizer.json
    52.7 kB
    tiny whisper about 3 years ago
  • preprocessor_config.json
    185 kB
    tiny whisper about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    11.3 MB
    xet
    tiny whisper about 3 years ago
  • special_tokens_map.json
    1.72 kB
    tiny whisper about 3 years ago
  • tokenizer.json
    2.13 MB
    tiny whisper about 3 years ago
  • tokenizer_config.json
    844 Bytes
    tiny whisper about 3 years ago
  • vocab.json
    999 kB
    tiny whisper about 3 years ago