system HF staff commited on
Commit
cfb8093
1 Parent(s): 0c08106

Update files from the datasets library (from 1.17.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.17.0

Files changed (1) hide show
  1. common_voice.py +1 -1
common_voice.py CHANGED
@@ -631,7 +631,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
631
  {
632
  "client_id": datasets.Value("string"),
633
  "path": datasets.Value("string"),
634
- "audio": datasets.features.Audio(sampling_rate=48_000),
635
  "sentence": datasets.Value("string"),
636
  "up_votes": datasets.Value("int64"),
637
  "down_votes": datasets.Value("int64"),
631
  {
632
  "client_id": datasets.Value("string"),
633
  "path": datasets.Value("string"),
634
+ "audio": datasets.Audio(sampling_rate=48_000),
635
  "sentence": datasets.Value("string"),
636
  "up_votes": datasets.Value("int64"),
637
  "down_votes": datasets.Value("int64"),