eustlb HF staff commited on
Commit
b8ad91c
1 Parent(s): 6ff03fd

Clean People's Speech

Browse files
Files changed (1) hide show
  1. peoples_speech.py +1 -1
peoples_speech.py CHANGED
@@ -100,7 +100,7 @@ class PeoplesSpeech(datasets.GeneratorBasedBuilder):
100
  features=datasets.Features(
101
  {
102
  "id": datasets.Value("string"),
103
- "audio": datasets.Audio(sampling_rate=16_000),
104
  "duration_ms": datasets.Value("int32"),
105
  "text": datasets.Value("string"),
106
  }
 
100
  features=datasets.Features(
101
  {
102
  "id": datasets.Value("string"),
103
+ "audio": datasets.Audio(),
104
  "duration_ms": datasets.Value("int32"),
105
  "text": datasets.Value("string"),
106
  }