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

zary0
/
faster-whisper-ja-base-v2

Automatic Speech Recognition
Transformers
PyTorch
Safetensors
whisper
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use zary0/faster-whisper-ja-base-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zary0/faster-whisper-ja-base-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="zary0/faster-whisper-ja-base-v2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("zary0/faster-whisper-ja-base-v2")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("zary0/faster-whisper-ja-base-v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
faster-whisper-ja-base-v2
877 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
zary0's picture
zary0
Export .bin (pytorch_model.bin + model.bin)
129ce60 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    1.29 kB
    Model save 11 months ago
  • added_tokens.json
    34.6 kB
    Training in progress, step 1000 11 months ago
  • config.json
    1.32 kB
    Training in progress, step 1000 11 months ago
  • generation_config.json
    211 Bytes
    Export .bin (pytorch_model.bin + model.bin) 11 months ago
  • merges.txt
    494 kB
    Training in progress, step 1000 11 months ago
  • model.bin
    290 MB
    xet
    Export .bin (pytorch_model.bin + model.bin) 11 months ago
  • model.safetensors
    290 MB
    xet
    Model save 11 months ago
  • normalizer.json
    52.7 kB
    Training in progress, step 1000 11 months ago
  • preprocessor_config.json
    356 Bytes
    Training in progress, step 1000 11 months ago
  • pytorch_model.bin
    290 MB
    xet
    Export .bin (pytorch_model.bin + model.bin) 11 months ago
  • special_tokens_map.json
    2.19 kB
    Training in progress, step 1000 11 months ago
  • tokenizer.json
    3.93 MB
    Training in progress, step 1000 11 months ago
  • tokenizer_config.json
    283 kB
    Training in progress, step 1000 11 months ago
  • training_args.bin
    6.03 kB
    xet
    Training in progress, step 1000 11 months ago
  • vocab.json
    836 kB
    Training in progress, step 1000 11 months ago