guynich commited on
Commit
38a8fa8
·
verified ·
1 Parent(s): 869f345

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -19,6 +19,11 @@ corpus. It includes two binary features:
19
 
20
  - **confidence**: A post-processing flag to optionally correct transient dropouts in speech. It is set to 1 by default, but switches to 0 for up to ~0.1 seconds (3 chunks of audio) following a transition from speech to silence. Approximately 7% of the `speech` features in this dataset are `confidence` 0. The remaining 93% are `confidence` 1 enabling VAD testing.
21
 
 
 
 
 
 
22
  The dataset has minimal background noise, making it suitable for mixing with
23
  external noise samples to test VAD robustness.
24
 
@@ -61,7 +66,7 @@ In practice you would run the AUC computation across the entire test split.
61
 
62
  ## Ignore transient dropouts
63
 
64
- Filtering out low-confidence frames (6.8% of the data) improves precision and
65
  reduces false positives, helping account for slower VAD responses in real-world
66
  applications.
67
 
 
19
 
20
  - **confidence**: A post-processing flag to optionally correct transient dropouts in speech. It is set to 1 by default, but switches to 0 for up to ~0.1 seconds (3 chunks of audio) following a transition from speech to silence. Approximately 7% of the `speech` features in this dataset are `confidence` 0. The remaining 93% are `confidence` 1 enabling VAD testing.
21
 
22
+ | split | active speech, hours | confidence, % |
23
+ | ---------- | :------------------: | :-----------: |
24
+ | test.clean | 5.4 | 93.2 |
25
+ | test.other | 5.3 | 92.6 |
26
+
27
  The dataset has minimal background noise, making it suitable for mixing with
28
  external noise samples to test VAD robustness.
29
 
 
66
 
67
  ## Ignore transient dropouts
68
 
69
+ Filtering out low-confidence frames (~7% of the data) improves precision and
70
  reduces false positives, helping account for slower VAD responses in real-world
71
  applications.
72