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

leahkerry
/
audiotutorial_model2

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

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

  • Libraries
  • Transformers

    How to use leahkerry/audiotutorial_model2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="leahkerry/audiotutorial_model2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("leahkerry/audiotutorial_model2")
    model = AutoModelForAudioClassification.from_pretrained("leahkerry/audiotutorial_model2")
  • Notebooks
  • Google Colab
  • Kaggle
audiotutorial_model2 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 34 commits
leahkerry's picture
leahkerry
End of training
9c69ca9 verified over 1 year ago
  • Dec04_17-07-43_f00f8aa67887
    Training in progress, epoch 0 over 1 year ago
  • Dec04_17-09-22_f00f8aa67887
    End of training over 1 year ago
  • Jan15_18-10-33_d51fdde1e5e9
    Training in progress, epoch 1 over 1 year ago
  • Jan15_18-14-58_d51fdde1e5e9
    End of training over 1 year ago
  • Jan15_18-36-13_d51fdde1e5e9
    Training in progress, epoch 2 over 1 year ago
  • Jan15_18-40-27_d51fdde1e5e9
    Training in progress, epoch 3 over 1 year ago
  • Jan15_18-43-41_d51fdde1e5e9
    End of training over 1 year ago
  • Jan15_19-00-46_d51fdde1e5e9
    Training in progress, epoch 4 over 1 year ago
  • Jan15_19-06-23_d51fdde1e5e9
    Training in progress, epoch 1 over 1 year ago
  • Jan15_19-08-19_d51fdde1e5e9
    Training in progress, epoch 1 over 1 year ago
  • Jan15_19-08-57_d51fdde1e5e9
    End of training over 1 year ago
  • Nov21_16-03-22_bd1e5a1f365a
    Training in progress, epoch 0 over 1 year ago
  • Nov21_16-09-22_bd1e5a1f365a
    Training in progress, epoch 0 over 1 year ago
  • Nov21_16-20-42_bd1e5a1f365a
    Training in progress, epoch 0 over 1 year ago
  • Nov21_16-32-21_bd1e5a1f365a
    Training in progress, epoch 0 over 1 year ago