Birdset Dataset and Models
Collection
12 items
•
Updated
ConvNext trained on the XCL dataset from BirdSet, covering 9736 bird species from Xeno-Canto. Please refer to the BirdSet Paper and the BirdSet Repository for further information.
ConvNeXT is a pure convolutional model (ConvNet), inspired by the design of Vision Transformers, that claims to outperform them.
The BirdSet data needs a custom processor that is available in the BirdSet repository. The model does not have a processor available.
The model accepts a mono image (spectrogram) as input (e.g., torch.Size([16, 1, 128, 1024])
)
import torch
from transformers import AutoModelForImageClassification
from datasets import load_dataset
dataset = load_dataset("DBD-research-group/BirdSet", "HSN")