OpenWhistle commited on
Commit
43e0837
·
verified ·
1 Parent(s): 36afb7f

Document SNR column in Croissant metadata

Browse files

Adds snr_db fields to the Croissant record sets for all and all-review-sample.

croissant_rai_OpenWhistle-Classification-Finetuning.json CHANGED
@@ -71,7 +71,7 @@
71
  "url": "https://huggingface.co/OpenWhistleNeurIPS26"
72
  },
73
  "datePublished": "2026-04-20",
74
- "dateModified": "2026-04-27",
75
  "license": "https://creativecommons.org/licenses/by/4.0/",
76
  "version": "1.0.0",
77
  "identifier": "https://huggingface.co/datasets/OpenWhistleNeurIPS26/OpenWhistle-Classification-Finetuning",
@@ -420,6 +420,20 @@
420
  "jsonPath": "bytes"
421
  }
422
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
423
  }
424
  ]
425
  },
@@ -682,6 +696,20 @@
682
  "jsonPath": "bytes"
683
  }
684
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
685
  }
686
  ]
687
  },
@@ -1851,4 +1879,4 @@
1851
  ]
1852
  }
1853
  ]
1854
- }
 
71
  "url": "https://huggingface.co/OpenWhistleNeurIPS26"
72
  },
73
  "datePublished": "2026-04-20",
74
+ "dateModified": "2026-05-05",
75
  "license": "https://creativecommons.org/licenses/by/4.0/",
76
  "version": "1.0.0",
77
  "identifier": "https://huggingface.co/datasets/OpenWhistleNeurIPS26/OpenWhistle-Classification-Finetuning",
 
420
  "jsonPath": "bytes"
421
  }
422
  }
423
+ },
424
+ {
425
+ "@type": "cr:Field",
426
+ "@id": "all/snr_db",
427
+ "dataType": "cr:Float64",
428
+ "description": "Estimated clip-level signal-to-noise ratio in dB.",
429
+ "source": {
430
+ "fileSet": {
431
+ "@id": "parquet-files-for-config-all"
432
+ },
433
+ "extract": {
434
+ "column": "snr_db"
435
+ }
436
+ }
437
  }
438
  ]
439
  },
 
696
  "jsonPath": "bytes"
697
  }
698
  }
699
+ },
700
+ {
701
+ "@type": "cr:Field",
702
+ "@id": "all-review-sample/snr_db",
703
+ "dataType": "cr:Float64",
704
+ "description": "Estimated clip-level signal-to-noise ratio in dB.",
705
+ "source": {
706
+ "fileSet": {
707
+ "@id": "parquet-files-for-config-all-review-sample"
708
+ },
709
+ "extract": {
710
+ "column": "snr_db"
711
+ }
712
+ }
713
  }
714
  ]
715
  },
 
1879
  ]
1880
  }
1881
  ]
1882
+ }