yoom618 commited on
Commit
e564b1f
·
verified ·
1 Parent(s): 790e11f

Update README.md

Browse files

add number of samples

Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -25,7 +25,7 @@ size_categories:
25
  ```
26
 
27
 
28
- # How to Use
29
 
30
  - Almost the same with [Librispeech](https://huggingface.co/datasets/openslr/librispeech_asr) dataset module since i refered to the [source code](https://huggingface.co/datasets/openslr/librispeech_asr/blob/main/librispeech_asr.py).
31
 
@@ -65,4 +65,21 @@ display(Audio(libripc['train.clean.100'][0]['audio']['array'],
65
  autoplay=False))
66
  pprint(libripc['train.clean.100'][0]['audio'])
67
 
68
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ```
26
 
27
 
28
+ ### How to Use
29
 
30
  - Almost the same with [Librispeech](https://huggingface.co/datasets/openslr/librispeech_asr) dataset module since i refered to the [source code](https://huggingface.co/datasets/openslr/librispeech_asr/blob/main/librispeech_asr.py).
31
 
 
65
  autoplay=False))
66
  pprint(libripc['train.clean.100'][0]['audio'])
67
 
68
+ ```
69
+
70
+
71
+ ### The number of samples in Librispeech-PC
72
+
73
+ - train
74
+ - `train.clean.100` : 26,041 ( 2,498 out of 28,539 were dropped )
75
+ - `train.clean.360` : 95,404 ( 8,610 out of 104,014 were dropped )
76
+ - `train.other.500` : 134,679 ( 14,009 out of 148,688 were dropped )
77
+ - dev
78
+ - `dev.clean` : 2,530 ( 173 out of 2,703 were dropped )
79
+ - `dev.other` : 2,728 ( 136 out of 2,864 were dropped )
80
+ - test
81
+ - `test.clean` : 2,417 ( 203 out of 2,620 were dropped )
82
+ - `test.other` : 2,856 ( 83 out of 2,939 were dropped )
83
+
84
+
85
+