Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

amitkot
/
whisper-tiny-he-acft

Automatic Speech Recognition
Transformers
Safetensors
Hebrew
whisper
audio
hebrew
acft
futo-keyboard
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use amitkot/whisper-tiny-he-acft with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="amitkot/whisper-tiny-he-acft")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("amitkot/whisper-tiny-he-acft")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("amitkot/whisper-tiny-he-acft")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-he-acft
156 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
amitkot's picture
amitkot
Upload README.md with huggingface_hub
a37c829 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    2.03 kB
    Upload README.md with huggingface_hub 2 months ago
  • added_tokens.json
    2 Bytes
    Upload folder using huggingface_hub 2 months ago
  • config.json
    1.3 kB
    Upload folder using huggingface_hub 2 months ago
  • generation_config.json
    4.45 kB
    Upload folder using huggingface_hub 2 months ago
  • merges.txt
    494 kB
    Upload folder using huggingface_hub 2 months ago
  • model.safetensors
    151 MB
    xet
    Upload folder using huggingface_hub 2 months ago
  • processor_config.json
    409 Bytes
    Upload folder using huggingface_hub 2 months ago
  • tokenizer.json
    3.93 MB
    Upload folder using huggingface_hub 2 months ago
  • tokenizer_config.json
    2.08 kB
    Upload folder using huggingface_hub 2 months ago
  • training_state.pt

    Detected Pickle imports (7)

    • "numpy.dtype",
    • "numpy._core.multiarray._reconstruct",
    • "numpy.ndarray",
    • "torch.ByteStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "_codecs.encode",
    • "collections.OrderedDict"

    How to fix it?

    14.4 kB
    xet
    Upload folder using huggingface_hub 2 months ago
  • vocab.json
    936 kB
    Upload folder using huggingface_hub 2 months ago