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

NeuraCraft
/
MiniWhisper-ASR

Automatic Speech Recognition
Transformers
Safetensors
PyTorch
mini_whisper
text2text-generation
custom_code
Model card Files Files and versions
xet
Community

Instructions to use NeuraCraft/MiniWhisper-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NeuraCraft/MiniWhisper-ASR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="NeuraCraft/MiniWhisper-ASR", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSeq2SeqLM
    model = AutoModelForSeq2SeqLM.from_pretrained("NeuraCraft/MiniWhisper-ASR", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MiniWhisper-ASR
153 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
NeuraCraft's picture
NeuraCraft
Update README.md
9839142 verified 8 days ago
  • .gitattributes
    1.52 kB
    initial commit 8 days ago
  • README.md
    5.22 kB
    Update README.md 8 days ago
  • added_tokens.json
    34.6 kB
    Upload tokenizer 8 days ago
  • config.json
    1.25 kB
    Update config.json 8 days ago
  • configuration_mini_whisper.py
    6.41 kB
    Upload Main Files 8 days ago
  • feature_extraction_mini_whisper.py
    9.74 kB
    Upload Main Files 8 days ago
  • generation_config.json
    145 Bytes
    Upload MiniWhisperForConditionalGeneration 8 days ago
  • merges.txt
    494 kB
    Upload tokenizer 8 days ago
  • mini_whisper_model.py
    842 Bytes
    Update Main Files 8 days ago
  • model.safetensors
    151 MB
    xet
    Upload MiniWhisperForConditionalGeneration 8 days ago
  • modeling_mini_whisper.py
    29.3 kB
    Upload Main Files 8 days ago
  • normalizer.json
    52.7 kB
    Upload tokenizer 8 days ago
  • preprocessor_config.json
    150 Bytes
    Upload folder using huggingface_hub 8 days ago
  • processing_mini_whisper.py
    1.5 kB
    Update Main Files 8 days ago
  • special_tokens_map.json
    2.19 kB
    Upload tokenizer 8 days ago
  • tokenization_mini_whisper.py
    13.4 kB
    Update Main Files 8 days ago
  • tokenizer_config.json
    283 kB
    Upload tokenizer 8 days ago
  • vocab.json
    1.04 MB
    Upload tokenizer 8 days ago