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

NbAiLab
/
xls-npsc

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 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NbAiLab/xls-npsc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="NbAiLab/xls-npsc")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("NbAiLab/xls-npsc")
    model = AutoModelForCTC.from_pretrained("NbAiLab/xls-npsc", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xls-npsc
1.26 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model
64c3239 almost 3 years ago
  • runs
    End of training over 4 years ago
  • wandb
    update model card README.md over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • .gitignore
    13 Bytes
    End of training over 4 years ago
  • README.md
    1.39 kB
    Librarian Bot: Add base_model information to model almost 3 years ago
  • added_tokens.json
    23 Bytes
    first submit - from sweedish over 4 years ago
  • all_results.json
    377 Bytes
    End of training over 4 years ago
  • config.json
    2.03 kB
    first submit - from sweedish over 4 years ago
  • eval_results.json
    206 Bytes
    End of training over 4 years ago
  • preprocessor_config.json
    212 Bytes
    first submit - from sweedish over 4 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    End of training over 4 years ago
  • run.sh
    1.13 kB
    End of training over 4 years ago
  • run_speech_recognition_ctc.py
    31.1 kB
    Fix train script for NPSC over 4 years ago
  • special_tokens_map.json
    888 Bytes
    End of training over 4 years ago
  • tokenizer_config.json
    260 Bytes
    first submit - from sweedish over 4 years ago
  • train_results.json
    192 Bytes
    End of training over 4 years ago
  • trainer_state.json
    734 Bytes
    End of training over 4 years ago
  • training_args.bin
    2.99 kB
    xet
    End of training over 4 years ago
  • vocab.json
    319 Bytes
    End of training over 4 years ago