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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bavihao
/
whisper-AHao

Automatic Speech Recognition
Transformers
Safetensors
whisper
8-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use bavihao/whisper-AHao with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="bavihao/whisper-AHao")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("bavihao/whisper-AHao")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("bavihao/whisper-AHao", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-AHao
7.86 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
bavihao's picture
bavihao
Update config.json
a875700 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.26 kB
    Update README.md about 2 years ago
  • adapter_config.json
    768 Bytes
    Update adapter_config.json about 2 years ago
  • adapter_model.safetensors
    63 MB
    xet
    Upload model about 2 years ago
  • added_tokens.json
    2.08 kB
    Upload processor about 2 years ago
  • config.json
    1.78 kB
    Update config.json about 2 years ago
  • generation_config.json
    4.26 kB
    Upload WhisperForConditionalGeneration about 2 years ago
  • merges.txt
    494 kB
    Upload processor about 2 years ago
  • model-00001-of-00002.safetensors
    4.99 GB
    xet
    Upload WhisperForConditionalGeneration about 2 years ago
  • model-00002-of-00002.safetensors
    1.18 GB
    xet
    Upload WhisperForConditionalGeneration about 2 years ago
  • model.safetensors
    1.62 GB
    xet
    Upload WhisperForConditionalGeneration about 2 years ago
  • model.safetensors.index.json
    112 kB
    Upload WhisperForConditionalGeneration about 2 years ago
  • normalizer.json
    52.7 kB
    Upload processor about 2 years ago
  • preprocessor_config.json
    339 Bytes
    Upload processor about 2 years ago
  • special_tokens_map.json
    2.19 kB
    Upload processor about 2 years ago
  • tokenizer_config.json
    20.5 kB
    Upload processor about 2 years ago
  • vocab.json
    1.04 MB
    Upload processor about 2 years ago