OpenWhistle commited on
Commit
fcc2d47
·
verified ·
1 Parent(s): 609ab76

Document SNR column for all classification subset

Browse files

Updates the dataset card metadata and notes that only the all config includes snr_db.

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -46,6 +46,8 @@ dataset_info:
46
  dtype: string
47
  - name: f0_spectrogram
48
  dtype: image
 
 
49
  splits:
50
  - name: train
51
  num_examples: 5848
@@ -398,9 +400,11 @@ quickly without downloading the complete data first.
398
  - Hugging Face repo: `OpenWhistleNeurIPS26/OpenWhistle-Classification-Finetuning`
399
  - Main balanced config: `balanced`
400
  - Reviewer convenience config: `balanced-review-sample`
401
- - Public columns: `audio`, `label`, `name`, `onset`, `offset`, `duration`,
402
  `recording_duration`, `whistle_type`, `whistle_name`, `f0_time`, `f0_hz`,
403
  `f0_conf`, `f0_ok`, `f0_bad_reason`, `f0_spectrogram`
 
 
404
 
405
  ## Balanced Dataset Splits
406
 
 
46
  dtype: string
47
  - name: f0_spectrogram
48
  dtype: image
49
+ - name: snr_db
50
+ dtype: float64
51
  splits:
52
  - name: train
53
  num_examples: 5848
 
400
  - Hugging Face repo: `OpenWhistleNeurIPS26/OpenWhistle-Classification-Finetuning`
401
  - Main balanced config: `balanced`
402
  - Reviewer convenience config: `balanced-review-sample`
403
+ - Public columns common to all configs: `audio`, `label`, `name`, `onset`, `offset`, `duration`,
404
  `recording_duration`, `whistle_type`, `whistle_name`, `f0_time`, `f0_hz`,
405
  `f0_conf`, `f0_ok`, `f0_bad_reason`, `f0_spectrogram`
406
+ - The `all` config additionally includes `snr_db`, the estimated clip-level
407
+ signal-to-noise ratio in dB.
408
 
409
  ## Balanced Dataset Splits
410