How to use 4tt4/TransMod with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="4tt4/TransMod")
# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("4tt4/TransMod") model = AutoModelForAudioClassification.from_pretrained("4tt4/TransMod")
The community tab is the place to discuss and collaborate with the HF community!