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

anantoj
/
wav2vec2-large-xlsr-53-adult-child-cls

Audio Classification
Transformers
PyTorch
TensorBoard
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use anantoj/wav2vec2-large-xlsr-53-adult-child-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anantoj/wav2vec2-large-xlsr-53-adult-child-cls with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="anantoj/wav2vec2-large-xlsr-53-adult-child-cls")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("anantoj/wav2vec2-large-xlsr-53-adult-child-cls")
    model = AutoModelForAudioClassification.from_pretrained("anantoj/wav2vec2-large-xlsr-53-adult-child-cls", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-large-xlsr-53-adult-child-cls / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
anantoj's picture
anantoj
End of training
6758133 over 4 years ago
  • Feb24_12-09-57_ebce012e4852
    Training in progress, epoch 2 over 4 years ago
  • Feb24_14-24-09_4e50204a3e26
    End of training over 4 years ago