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

NbAiLabArchive
/
scream_non_large_1e06_verbosity6

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
1

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

  • Libraries
  • Transformers

    How to use NbAiLabArchive/scream_non_large_1e06_verbosity6 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="NbAiLabArchive/scream_non_large_1e06_verbosity6")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("NbAiLabArchive/scream_non_large_1e06_verbosity6")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("NbAiLabArchive/scream_non_large_1e06_verbosity6")
  • Notebooks
  • Google Colab
  • Kaggle
scream_non_large_1e06_verbosity6 / predictions
767 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
pere's picture
pere
manual add
de5a0eb about 3 years ago
  • step_0.md
    69.6 kB
    manual add about 3 years ago
  • step_10000.md
    69.7 kB
    manual add about 3 years ago
  • step_12500.md
    69.6 kB
    manual add about 3 years ago
  • step_15000.md
    69.2 kB
    manual add about 3 years ago
  • step_17500.md
    70.4 kB
    manual add about 3 years ago
  • step_20000.md
    69.9 kB
    manual add about 3 years ago
  • step_22500.md
    69.7 kB
    manual add about 3 years ago
  • step_24999.md
    69.9 kB
    manual add about 3 years ago
  • step_2500.md
    69.6 kB
    manual add about 3 years ago
  • step_5000.md
    69.6 kB
    manual add about 3 years ago
  • step_7500.md
    70.1 kB
    manual add about 3 years ago