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

typhoon-ai
/
typhoon-isan-asr-whisper

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

Instructions to use typhoon-ai/typhoon-isan-asr-whisper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use typhoon-ai/typhoon-isan-asr-whisper with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="typhoon-ai/typhoon-isan-asr-whisper")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("typhoon-ai/typhoon-isan-asr-whisper")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("typhoon-ai/typhoon-isan-asr-whisper", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
typhoon-isan-asr-whisper
3.06 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
kunato's picture
kunato
Update README.md
e85580d verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    3.29 kB
    Update README.md about 2 months ago
  • added_tokens.json
    34.6 kB
    Upload Isan ASR Whisper model 8 months ago
  • config.json
    1.41 kB
    Upload Isan ASR Whisper model 8 months ago
  • generation_config.json
    3.82 kB
    Upload Isan ASR Whisper model 8 months ago
  • merges.txt
    494 kB
    Upload Isan ASR Whisper model 8 months ago
  • model.safetensors
    3.06 GB
    xet
    Upload Isan ASR Whisper model 8 months ago
  • normalizer.json
    52.7 kB
    Upload Isan ASR Whisper model 8 months ago
  • preprocessor_config.json
    339 Bytes
    Upload Isan ASR Whisper model 8 months ago
  • special_tokens_map.json
    2.19 kB
    Upload Isan ASR Whisper model 8 months ago
  • tokenizer_config.json
    283 kB
    Upload Isan ASR Whisper model 8 months ago
  • vocab.json
    1.04 MB
    Upload Isan ASR Whisper model 8 months ago