Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

TenzinGayche
/
ws3

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

Instructions to use TenzinGayche/ws3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TenzinGayche/ws3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="TenzinGayche/ws3")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("TenzinGayche/ws3")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("TenzinGayche/ws3")
  • Notebooks
  • Google Colab
  • Kaggle
ws3
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
TenzinGayche's picture
TenzinGayche
Upload processor
5d86269 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    5.17 kB
    Upload tokenizer 10 months ago
  • added_tokens.json
    160 kB
    Upload processor 10 months ago
  • config.json
    1.2 kB
    Upload WhisperForConditionalGeneration 10 months ago
  • generation_config.json
    3.9 kB
    Upload WhisperForConditionalGeneration 10 months ago
  • merges.txt
    494 kB
    Upload tokenizer 10 months ago
  • model-00001-of-00002.safetensors
    4.99 GB
    xet
    Upload WhisperForConditionalGeneration 10 months ago
  • model-00002-of-00002.safetensors
    1.21 GB
    xet
    Upload WhisperForConditionalGeneration 10 months ago
  • model.safetensors.index.json
    112 kB
    Upload WhisperForConditionalGeneration 10 months ago
  • normalizer.json
    52.7 kB
    Upload tokenizer 10 months ago
  • preprocessor_config.json
    357 Bytes
    Upload processor 10 months ago
  • special_tokens_map.json
    2.19 kB
    Upload tokenizer 10 months ago
  • tokenizer_config.json
    1.02 MB
    Upload processor 10 months ago
  • vocab.json
    1.04 MB
    Upload tokenizer 10 months ago