Transformers How to use mohitsha/AudioFrameClassification with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForAudioFrameClassification
processor = AutoProcessor.from_pretrained("mohitsha/AudioFrameClassification")
model = AutoModelForAudioFrameClassification.from_pretrained("mohitsha/AudioFrameClassification")
# Load model directly from transformers import AutoProcessor, AutoModelForAudioFrameClassification processor = AutoProcessor.from_pretrained("mohitsha/AudioFrameClassification") model = AutoModelForAudioFrameClassification.from_pretrained("mohitsha/AudioFrameClassification")