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
Ctrl+K
- May27_18-26-18_a05242720bd7
- May27_18-40-20_a05242720bd7
- May27_18-44-06_a05242720bd7
- May27_18-45-25_a05242720bd7
- May27_18-53-35_a05242720bd7
- May27_18-53-54_a05242720bd7
- May27_18-56-55_a05242720bd7
- May27_18-57-23_a05242720bd7
- May27_19-34-43_a05242720bd7
- May27_19-37-49_a05242720bd7
- May27_19-45-57_a05242720bd7
- May27_19-48-44_a05242720bd7
- May27_20-02-51_a05242720bd7
- May28_00-28-23_a05242720bd7
- May28_01-34-04_a05242720bd7