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

pius-code
/
asha_twi

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
whisper
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use pius-code/asha_twi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pius-code/asha_twi with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="pius-code/asha_twi")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("pius-code/asha_twi")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("pius-code/asha_twi", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
asha_twi / runs
69.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
pius-code's picture
pius-code
Training in progress, step 3000
4d1d3a3 verified about 2 months ago
  • Jun13_21-51-39_942d432cae76
    Training in progress, step 2000 about 2 months ago
  • Jun14_19-47-51_b85db6b63762
    Training in progress, step 1000 about 2 months ago
  • Jun15_12-43-45_11f4b7891581
    Training in progress, step 3000 about 2 months ago