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

NbAiLab
/
xls-npsc-oh

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
wav2vec2
NbAiLab/NPSC
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use NbAiLab/xls-npsc-oh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NbAiLab/xls-npsc-oh with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="NbAiLab/xls-npsc-oh")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("NbAiLab/xls-npsc-oh")
    model = AutoModelForCTC.from_pretrained("NbAiLab/xls-npsc-oh")
  • Notebooks
  • Google Colab
  • Kaggle
xls-npsc-oh / runs
10.9 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 3 commits
pere's picture
pere
End of training
2ddda1c over 4 years ago
  • Jan27_08-47-37_job-05b2a883-27c6-492e-87b7-30be04252f5c
    End of training over 4 years ago