lhoestq HF staff commited on
Commit
926743f
1 Parent(s): 63563b7

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +101 -1
README.md CHANGED
@@ -21,6 +21,106 @@ task_categories:
21
  - audio-classification
22
  task_ids:
23
  - speaker-identification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for librispeech_asr
@@ -202,4 +302,4 @@ The dataset was initially created by Vassil Panayotov, Guoguo Chen, Daniel Povey
202
 
203
  ### Contributions
204
 
205
- Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
 
21
  - audio-classification
22
  task_ids:
23
  - speaker-identification
24
+ dataset_info:
25
+ - config_name: clean
26
+ features:
27
+ - name: file
28
+ dtype: string
29
+ - name: audio
30
+ dtype:
31
+ audio:
32
+ sampling_rate: 16000
33
+ - name: text
34
+ dtype: string
35
+ - name: speaker_id
36
+ dtype: int64
37
+ - name: chapter_id
38
+ dtype: int64
39
+ - name: id
40
+ dtype: string
41
+ splits:
42
+ - name: test
43
+ num_bytes: 367705423
44
+ num_examples: 2620
45
+ - name: train.100
46
+ num_bytes: 6619683041
47
+ num_examples: 28539
48
+ - name: train.360
49
+ num_bytes: 23898214592
50
+ num_examples: 104014
51
+ - name: validation
52
+ num_bytes: 359572231
53
+ num_examples: 2703
54
+ download_size: 30121377654
55
+ dataset_size: 31245175287
56
+ - config_name: other
57
+ features:
58
+ - name: file
59
+ dtype: string
60
+ - name: audio
61
+ dtype:
62
+ audio:
63
+ sampling_rate: 16000
64
+ - name: text
65
+ dtype: string
66
+ - name: speaker_id
67
+ dtype: int64
68
+ - name: chapter_id
69
+ dtype: int64
70
+ - name: id
71
+ dtype: string
72
+ splits:
73
+ - name: test
74
+ num_bytes: 352396474
75
+ num_examples: 2939
76
+ - name: train.500
77
+ num_bytes: 31810256902
78
+ num_examples: 148688
79
+ - name: validation
80
+ num_bytes: 337283304
81
+ num_examples: 2864
82
+ download_size: 31236565377
83
+ dataset_size: 32499936680
84
+ - config_name: all
85
+ features:
86
+ - name: file
87
+ dtype: string
88
+ - name: audio
89
+ dtype:
90
+ audio:
91
+ sampling_rate: 16000
92
+ - name: text
93
+ dtype: string
94
+ - name: speaker_id
95
+ dtype: int64
96
+ - name: chapter_id
97
+ dtype: int64
98
+ - name: id
99
+ dtype: string
100
+ splits:
101
+ - name: test.clean
102
+ num_bytes: 368449831
103
+ num_examples: 2620
104
+ - name: test.other
105
+ num_bytes: 353231518
106
+ num_examples: 2939
107
+ - name: train.clean.100
108
+ num_bytes: 6627791685
109
+ num_examples: 28539
110
+ - name: train.clean.360
111
+ num_bytes: 23927767570
112
+ num_examples: 104014
113
+ - name: train.other.500
114
+ num_bytes: 31852502880
115
+ num_examples: 148688
116
+ - name: validation.clean
117
+ num_bytes: 359505691
118
+ num_examples: 2703
119
+ - name: validation.other
120
+ num_bytes: 337213112
121
+ num_examples: 2864
122
+ download_size: 61357943031
123
+ dataset_size: 63826462287
124
  ---
125
 
126
  # Dataset Card for librispeech_asr
 
302
 
303
  ### Contributions
304
 
305
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.