Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# FLEURS 647 samples (NPZ)
|
| 2 |
+
|
| 3 |
+
This dataset repo contains:
|
| 4 |
+
|
| 5 |
+
- `data/fleurs_1k_sr16000.npz`
|
| 6 |
+
|
| 7 |
+
NPZ keys:
|
| 8 |
+
- `audio`: object array of float32 waveforms (variable length)
|
| 9 |
+
- `text`: transcripts (string)
|
| 10 |
+
- `sampling_rate`: int32 sampling rate per sample
|
| 11 |
+
- `length`: int32 number of samples per waveform
|
| 12 |
+
|
| 13 |
+
Sampling rate used: 16000
|