Views
No views yet
1from transformers import AutoModelForAudioClassification, AutoFeatureExtractor
2
3model = AutoModelForAudioClassification.from_pretrained("rudranshmathur/ASTMessyMashup")
4feature_extractor = AutoFeatureExtractor.from_pretrained("rudranshmathur/ASTMessyMashup")