CoolFace
Datasetpublic

ArlingtonCL2/Barkopedia_Dog_Sex_Classification_Dataset

๐Ÿ“ฆ Dataset Description This dataset is part of the Barkopedia Challenge: https://uta-acl2.github.io/barkopedia.html Check training data on Hugging Face: ๐Ÿ‘‰ ArlingtonCL2/Barkopedia_Dog_Sex_Classification_Dataset This challenge provides a dataset of labeled dog bark audio clips: 29,345 total clips of vocalizations from 156 individual dogs across 5 breeds: Shiba Inu Husky Chihuahua German Shepherd Pitbull Training set: 26,895 clips 13,567 female 13,328 male Test set: 2,450โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/ArlingtonCL2/Barkopedia_Dog_Sex_Classification_Dataset.

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes5.2kdownloads
Dataset Card

๐Ÿ“ฆ Dataset Description

This dataset is part of the Barkopedia Challenge: https://uta-acl2.github.io/barkopedia.html

Check training data on Hugging Face: ๐Ÿ‘‰ ArlingtonCL2/Barkopedia_Dog_Sex_Classification_Dataset

This challenge provides a dataset of labeled dog bark audio clips: 29,345 total clips of vocalizations from 156 individual dogs across 5 breeds:

  • โ€”Shiba Inu
  • โ€”Husky
  • โ€”Chihuahua
  • โ€”German Shepherd
  • โ€”Pitbull
  • โ€”Training set: 26,895 clips
  • โ€”13,567 female
  • โ€”13,328 male
  • โ€”Test set: 2,450 clips
  • โ€”1,271 female
  • โ€”1,179 male
  • โ€”Among these,
  • โ€”980 clips (~40%) are used for public leaderboard evaluation
  • โ€”1,470 clips (~60%) are used for final private leaderboard evaluation
  • โ€”The full 2,450 evaluation clips are included in the dataset, but only public clips yield visible scores.

๐Ÿ”– Labels

Each audio clip is annotated with the sex of the dog (male or female).

The labels were manually generated and verified by us.

The train_labels.csv file provides the ground truth (correct labels) for the training set. It includes:

  • โ€”audio_id: The filename of the dog bark audio clip (e.g., bark_2408)
  • โ€”pred_dog_sex: The annotated sex of the dog (male or female)

๐Ÿ› ๏ธ Setup Instructions

You need to merge the training splits (train0, train1, train_2) into a single directory by running the provided script:

bash
python merge_train_set.py
ArlingtonCL2/Barkopedia_Dog_Sex_Classification_Dataset ยท CoolFace