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

NbAiLabArchive
/
scream_non_large_3e06_beams5_v2

Automatic Speech Recognition
Transformers
PyTorch
JAX
TensorBoard
Norwegian
whisper
audio
asr
hf-asr-leaderboard
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use NbAiLabArchive/scream_non_large_3e06_beams5_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="NbAiLabArchive/scream_non_large_3e06_beams5_v2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("NbAiLabArchive/scream_non_large_3e06_beams5_v2")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("NbAiLabArchive/scream_non_large_3e06_beams5_v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
scream_non_large_3e06_beams5_v2 / predictions
488 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
pere's picture
pere
Saving weights and logs of step 29999 - epoch 3
1073de0 over 3 years ago
  • step_0.md
    71.3 kB
    Saving weights and logs of step 29999 - epoch 3 over 3 years ago
  • step_10000.md
    69.1 kB
    Saving weights and logs of step 29999 - epoch 3 over 3 years ago
  • step_15000.md
    69.4 kB
    Saving weights and logs of step 29999 - epoch 3 over 3 years ago
  • step_20000.md
    69.7 kB
    Saving weights and logs of step 29999 - epoch 3 over 3 years ago
  • step_25000.md
    69.5 kB
    Saving weights and logs of step 29999 - epoch 3 over 3 years ago
  • step_29999.md
    70 kB
    Saving weights and logs of step 29999 - epoch 3 over 3 years ago
  • step_5000.md
    68.8 kB
    Saving weights and logs of step 29999 - epoch 3 over 3 years ago