Mubarak127 commited on
Commit
826f138
·
verified ·
1 Parent(s): afb6e9e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LibriSpeech clean/test 1000 samples (NPZ)
2
+
3
+ Contains:
4
+ - `data/librispeech_test_clean_1k_sr16000.npz`
5
+
6
+ NPZ keys:
7
+ - `audio`: object array of float32 waveforms (variable length)
8
+ - `text`: transcripts (string)
9
+ - `sampling_rate`: int32 sampling rate per sample
10
+ - `length`: int32 number of samples per waveform
11
+
12
+ Sampling rate used: 16000
13
+ Streaming: True
14
+ Shuffle: True (buffer_size=10000)