ilyakam commited on
Commit
9d21390
·
1 Parent(s): 3f8a4d0

feat(data): upload the entire dataset

Browse files

Now that the sample dataset is working as expected, this commit contains
the entire LibriSpeech-Long dataset.

README.md CHANGED
@@ -1,5 +1,46 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # LibriSpeech-Long
@@ -45,7 +86,7 @@ LibriSpeech-Long is a benchmark dataset for long-form speech generation and proc
45
 
46
  To migrate the [google-deepmind/librispeech-long](https://github.com/google-deepmind/librispeech-long) dataset to Hugging Face datasets.
47
 
48
- ## Original
49
 
50
  **[Download audio, ground-truth transcripts, and per-file durations for all splits (3GB).](https://storage.googleapis.com/librispeech_long/v0_1.tar.gz)**
51
 
 
1
  ---
2
  license: cc-by-4.0
3
+ dataset_info:
4
+ - config_name: librispeech_long
5
+ features:
6
+ - name: audio
7
+ dtype:
8
+ audio:
9
+ sampling_rate: 16000
10
+ - name: dataset
11
+ dtype: string
12
+ - name: text
13
+ dtype: string
14
+ - name: id
15
+ dtype: string
16
+ - name: audio_length_s
17
+ dtype: float64
18
+ splits:
19
+ - name: dev_clean
20
+ num_bytes: 1809240192.0
21
+ num_examples: 295
22
+ - name: dev_other
23
+ num_bytes: 1070584721.0
24
+ num_examples: 188
25
+ - name: test_clean
26
+ num_bytes: 1677792644.0
27
+ num_examples: 270
28
+ - name: test_other
29
+ num_bytes: 1195252663.0
30
+ num_examples: 207
31
+ download_size: 5752870220
32
+ dataset_size: 5752870220
33
+ configs:
34
+ - config_name: librispeech_long
35
+ data_files:
36
+ - split: dev_clean
37
+ path: librispeech_long/dev_clean-*
38
+ - split: dev_other
39
+ path: librispeech_long/dev_other-*
40
+ - split: test_clean
41
+ path: librispeech_long/test_clean-*
42
+ - split: test_other
43
+ path: librispeech_long/test_other-*
44
  ---
45
 
46
  # LibriSpeech-Long
 
86
 
87
  To migrate the [google-deepmind/librispeech-long](https://github.com/google-deepmind/librispeech-long) dataset to Hugging Face datasets.
88
 
89
+ # LibriSpeech-Long (Original)
90
 
91
  **[Download audio, ground-truth transcripts, and per-file durations for all splits (3GB).](https://storage.googleapis.com/librispeech_long/v0_1.tar.gz)**
92
 
librispeech_long/dev_clean-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bca0ad12dd47d7f64eea2f365d39180217a14bcf9515cca16ad5bbc5d865b900
3
+ size 1809240192
librispeech_long/dev_other-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1228721e30b2d72a8016a2d7ebe50cd525f2fc87d5ee29c94ee6c34ecfc65efd
3
+ size 1070584721
librispeech_long/test_clean-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2852d1108dff48cf05401327ae7dd49f11cc2f86678b02617e078c647514e09b
3
+ size 1677792644
librispeech_long/test_other-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fe9ecfafcebfb8c06af6764ec393f470a228dde4af19ec4d8f8768cb7199732
3
+ size 1195252663