YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

A supervised finetune of the BirdMAE-Base model on XCL from BirdSet


from transformers import AutoModelForSequenceClassification, AutoFeatureExtractor

fe = AutoFeatureExtractor.from_pretrained("DBD-research-group/BirdMAE-XCL", trust_remote_code=True) # "DBD-research-group/Bird-MAE-Base" also works

model = AutoModelForSequenceClassification.from_pretrained("DBD-research-group/BirdMAE-XCL", trust_remote_code=True, num_labels=9736)

print(model.config.id2label)

# {0: 'ostric2',
#  1: 'grerhe1',
#  2: 'lesrhe2',
#  3: 'sobkiw1',
#  ...
#  }
Downloads last month
11
Safetensors
Model size
92.9M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support