How to use cxlrd/revix-AST-engine-knock with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="cxlrd/revix-AST-engine-knock")
# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("cxlrd/revix-AST-engine-knock") model = AutoModelForAudioClassification.from_pretrained("cxlrd/revix-AST-engine-knock")
The community tab is the place to discuss and collaborate with the HF community!