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

ILRDF
/
whisper-large-v2-formosan-all

Automatic Speech Recognition
Transformers
Safetensors
whisper
Model card Files Files and versions
xet
Community

Instructions to use ILRDF/whisper-large-v2-formosan-all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ILRDF/whisper-large-v2-formosan-all with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="ILRDF/whisper-large-v2-formosan-all")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("ILRDF/whisper-large-v2-formosan-all")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("ILRDF/whisper-large-v2-formosan-all")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-large-v2-formosan-all
6.18 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
txya900619's picture
txya900619
Update README.md
b003cee verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.75 kB
    Update README.md about 1 year ago
  • added_tokens.json
    34.6 kB
    Upload added_tokens.json with huggingface_hub about 1 year ago
  • config.json
    1.23 kB
    Upload config.json with huggingface_hub about 1 year ago
  • generation_config.json
    3.37 kB
    fix: delete force decoder id about 1 year ago
  • merges.txt
    494 kB
    Upload merges.txt with huggingface_hub about 1 year ago
  • model-00001-of-00002.safetensors
    4.99 GB
    xet
    Upload model-00001-of-00002.safetensors with huggingface_hub about 1 year ago
  • model-00002-of-00002.safetensors
    1.18 GB
    xet
    Upload model-00002-of-00002.safetensors with huggingface_hub about 1 year ago
  • model.safetensors.index.json
    112 kB
    Upload model.safetensors.index.json with huggingface_hub about 1 year ago
  • normalizer.json
    52.7 kB
    Upload normalizer.json with huggingface_hub about 1 year ago
  • preprocessor_config.json
    356 Bytes
    Upload preprocessor_config.json with huggingface_hub about 1 year ago
  • special_tokens_map.json
    2.19 kB
    Upload special_tokens_map.json with huggingface_hub about 1 year ago
  • tokenizer_config.json
    283 kB
    Upload tokenizer_config.json with huggingface_hub about 1 year ago
  • vocab.json
    1.04 MB
    Upload vocab.json with huggingface_hub about 1 year ago