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

lucius-40
/
whisper-bn

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
whisper
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use lucius-40/whisper-bn with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="lucius-40/whisper-bn")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("lucius-40/whisper-bn")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("lucius-40/whisper-bn")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-bn
3.86 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
lucius-40's picture
lucius-40
Model save
91c27d5 verified 7 months ago
  • last-checkpoint
    Training in progress, epoch 6, checkpoint 7 months ago
  • runs
    Model save 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.49 kB
    Model save 7 months ago
  • added_tokens.json
    2.08 kB
    Training in progress, epoch 1 7 months ago
  • config.json
    1.29 kB
    Training in progress, epoch 1 7 months ago
  • generation_config.json
    3.05 kB
    Model save 7 months ago
  • merges.txt
    494 kB
    Training in progress, epoch 1 7 months ago
  • model.safetensors
    967 MB
    xet
    Model save 7 months ago
  • normalizer.json
    52.7 kB
    Training in progress, epoch 1 7 months ago
  • preprocessor_config.json
    339 Bytes
    Training in progress, epoch 1 7 months ago
  • special_tokens_map.json
    2.19 kB
    Training in progress, epoch 1 7 months ago
  • tokenizer_config.json
    20.5 kB
    Training in progress, epoch 1 7 months ago
  • training_args.bin
    5.5 kB
    xet
    Training in progress, epoch 1 7 months ago
  • vocab.json
    1.04 MB
    Training in progress, epoch 1 7 months ago