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