Datasets:
Upload dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- audio-classification
|
| 5 |
+
- audio-to-audio
|
| 6 |
+
tags:
|
| 7 |
+
- bioacoustics
|
| 8 |
+
- animal-vocalizations
|
| 9 |
+
- animalspeak
|
| 10 |
+
- pseudovox
|
| 11 |
+
- train-unseen
|
| 12 |
+
private: true
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# AnimalSpeak Pseudovox Train-Unseen
|
| 16 |
+
|
| 17 |
+
This dataset contains the train-unseen split of AnimalSpeak Pseudovox. Each
|
| 18 |
+
example is a short, silence-trimmed, single-vocalization WAV clip plus compact
|
| 19 |
+
per-clip metadata. It does not include generated conversations, captions, QA
|
| 20 |
+
pairs, or MCQ answers.
|
| 21 |
+
|
| 22 |
+
Rows: 346,907
|
| 23 |
+
Shards: 18
|
| 24 |
+
Maximum rows per shard: 20,000
|
| 25 |
+
|
| 26 |
+
## Files
|
| 27 |
+
|
| 28 |
+
- `data-20k/train-*.tar`: WebDataset-style shards containing
|
| 29 |
+
`audio/<audio_name>` WAV entries.
|
| 30 |
+
- `metadata.parquet`: one row per audio file, including `id`, `audio_name`,
|
| 31 |
+
duration, species metadata, and classifier confidence metadata.
|
| 32 |
+
- `croissant.json`: MLCommons Croissant metadata for the sharded export.
|