Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# REV16 full/test 1 samples (NPZ)
|
| 2 |
+
|
| 3 |
+
Source dataset:
|
| 4 |
+
- `distil-whisper/rev16` (config: `full`, split: `test`)
|
| 5 |
+
|
| 6 |
+
Contains:
|
| 7 |
+
- `data/rev16_test_full_30_sr16000.npz`
|
| 8 |
+
|
| 9 |
+
NPZ keys:
|
| 10 |
+
- `audio`: object array of float32 waveforms (variable length)
|
| 11 |
+
- `text`: transcripts (string)
|
| 12 |
+
- `sampling_rate`: int32 sampling rate per sample
|
| 13 |
+
- `length`: int32 number of samples per waveform
|
| 14 |
+
|
| 15 |
+
Sampling rate used: 16000
|
| 16 |
+
Streaming: True
|
| 17 |
+
Shuffle: True (buffer_size=10000)
|