Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

LeeHarrold
/
detect_overlap_model

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

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

  • Libraries
  • Transformers

    How to use LeeHarrold/detect_overlap_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="LeeHarrold/detect_overlap_model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("LeeHarrold/detect_overlap_model")
    model = AutoModelForAudioClassification.from_pretrained("LeeHarrold/detect_overlap_model")
  • Notebooks
  • Google Colab
  • Kaggle
detect_overlap_model / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
LeeHarrold's picture
LeeHarrold
Training in progress, epoch 1
a2e5660 verified almost 2 years ago
  • May27_18-26-18_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May27_18-40-20_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May27_18-44-06_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May27_18-45-25_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May27_18-53-35_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May27_18-53-54_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May27_18-56-55_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May27_18-57-23_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May27_19-34-43_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May27_19-37-49_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May27_19-45-57_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May27_19-48-44_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May27_20-02-51_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May28_00-28-23_a05242720bd7
    Training in progress, epoch 0 almost 2 years ago
  • May28_01-34-04_a05242720bd7
    Training in progress, epoch 1 almost 2 years ago