aptemvs commited on
Commit
528df35
·
verified ·
1 Parent(s): ff0de43

update dataset card

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -25,17 +25,22 @@ into place:
25
 
26
  ```bash
27
  python fetch_data.py --group deployed # ~3.7 GB — light probes + agreement gate
28
- python fetch_data.py --group all # ~64.5 GB everything
29
  ```
30
 
31
- ## Contents (download groups)
 
 
 
 
32
 
33
  | group | size | files | what it is |
34
  |---|---|---|---|
35
  | `deployed` | 3.7 GB | 78 | Perch / harmonic / bg-whitened embeddings (`data/perch/*.npz`), BirdMAE parquet, split metadata — runs the light probes + agreement gate |
36
  | `repro` | 9.5 GB | 1,920 | `legacy/outputs` + `legacy/final` (checkpoints, `ensemble.json`) — replays the historical leaderboard via `import_runs.py` / `train_gate.py` |
37
- | `heavy` | 25.9 GB | 272,136 | official raw audio (`data/raw_audio`) + the log-mel streaming cache (`data/feature`) for the MTRCNN/EfficientAT path |
38
  | `extras` | 25.3 GB | 14 | additional foundation-model embeddings (Perch / sl-BEATs parquets, token tensors) used by the exploratory `analysis/` scripts |
 
39
 
40
  Embeddings are frozen-encoder outputs (Google **Perch**, **BirdMAE**, sl-BEATs) plus
41
  hand-designed acoustic features (harmonic-comb, background-whitened spectrum); they carry no
 
25
 
26
  ```bash
27
  python fetch_data.py --group deployed # ~3.7 GB — light probes + agreement gate
28
+ python fetch_data.py --group all # HF caches (~58 GB) + Zenodo raw audio (~6.3 GB)
29
  ```
30
 
31
+ ## Contents
32
+
33
+ This HF dataset holds the **derived caches** (~58 GB). The **raw audio is not re-hosted here**
34
+ — it is the official challenge dataset and is downloaded from Zenodo by `fetch_data.py` when
35
+ you request `--group heavy`/`all` (see *Provenance* below).
36
 
37
  | group | size | files | what it is |
38
  |---|---|---|---|
39
  | `deployed` | 3.7 GB | 78 | Perch / harmonic / bg-whitened embeddings (`data/perch/*.npz`), BirdMAE parquet, split metadata — runs the light probes + agreement gate |
40
  | `repro` | 9.5 GB | 1,920 | `legacy/outputs` + `legacy/final` (checkpoints, `ensemble.json`) — replays the historical leaderboard via `import_runs.py` / `train_gate.py` |
41
+ | `heavy` | 19.6 GB | 756 | the log-mel streaming cache (`data/feature`) for the MTRCNN/EfficientAT path (raw audio comes from Zenodo) |
42
  | `extras` | 25.3 GB | 14 | additional foundation-model embeddings (Perch / sl-BEATs parquets, token tensors) used by the exploratory `analysis/` scripts |
43
+ | *raw_audio* | *6.3 GB* | *271,380* | *official `Development_data.zip` from Zenodo (not stored here); auto-fetched + extracted to `data/raw_audio`* |
44
 
45
  Embeddings are frozen-encoder outputs (Google **Perch**, **BirdMAE**, sl-BEATs) plus
46
  hand-designed acoustic features (harmonic-comb, background-whitened spectrum); they carry no