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

billingsmoore
/
tibetan-asr-nict-tib1-whisper-small

Automatic Speech Recognition
Transformers
Safetensors
Tibetan
whisper
tibetan
low-resource
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use billingsmoore/tibetan-asr-nict-tib1-whisper-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use billingsmoore/tibetan-asr-nict-tib1-whisper-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="billingsmoore/tibetan-asr-nict-tib1-whisper-small")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("billingsmoore/tibetan-asr-nict-tib1-whisper-small")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("billingsmoore/tibetan-asr-nict-tib1-whisper-small", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tibetan-asr-nict-tib1-whisper-small
967 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
billingsmoore's picture
billingsmoore
Update repo references after rename to include nict-tib1
f4ef36b verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    6.16 kB
    Update repo references after rename to include nict-tib1 about 1 month ago
  • config.json
    1.33 kB
    Upload fine-tuned model with standardized naming 2 months ago
  • generation_config.json
    3.79 kB
    Upload fine-tuned model with standardized naming 2 months ago
  • model.safetensors
    967 MB
    xet
    Upload fine-tuned model with standardized naming 2 months ago