CoolFace
Datasetpublic

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.

sourceHugging Facemitupdated 6d agoView on Hugging Face
0likes34downloads
README.md52 linesDownload Raw Back to root
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---