codeet/BarkopediaDogEmotionClassification_Data
πΆ Barkopedia Challenge Dataset π Barkopedia Website π¦ Dataset Description This challenge provides a labeled dataset of dog bark audio clips for understanding the arousal and valence of emotional state from sound. π Current Release Training Set Includes: train/husky and train/shiba contain all training audio clips for each of the two breeds husky_train_labels.csv and shiba_train_labels.csv contain labels for all training audio clips Total:β¦ See the full description on the dataset page: https://huggingface.co/datasets/codeet/BarkopediaDogEmotionClassification_Data.
034
1---2license: mit3---4 5# πΆ Barkopedia Challenge Dataset 6[π Barkopedia Website](https://uta-acl2.github.io/Barkopedia/)7 8## π¦ Dataset Description9 10This challenge provides a labeled dataset of dog bark audio clips for understanding the **arousal** and **valence** of emotional state from sound.11 12### π Current Release13 14- **Training Set**15 - Includes:16 - `train/husky` and `train/shiba` contain all training audio clips for each of the two breeds17 - `husky_train_labels.csv` and `shiba_train_labels.csv` contain labels for all training audio clips18 - Total: **1000** training audio clips (500 for each breed)19 20- **Test Set**21 - To be released in **June**22 - Will contain **200** audio clips23 - **50% public (100 clips)** β used for live leaderboard updates24 - **50% private (100 clips)** β used for final evaluation25 26## π Labels27 28Each clip is annotated with **one arousal** and **one valence** category.29 30### π― Arousal Categories (`arousal`)31- `Low` 32- `Medium` 33- `High` 34 35 36### π Valence Categories (`valence`)37- `Negative` 38- `Neutral` 39- `Positive` 40 41 42 43## π Submission & Leaderboard44 45All competition data, result submission, and the live leaderboard are hosted on **[Hugging Face](https://huggingface.co/)**. 46If you donβt have a Hugging Face account yet, please [register here](https://huggingface.co/join).47 48---49 50π *Stay tuned for the test set release in June and leaderboard launch!*51 52---