Datasets:

Multilinguality:
multilingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
License:
system HF staff commited on
Commit
6a2c20a
1 Parent(s): bbd142c

Update files from the datasets library (from 1.15.0)

Browse files

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

README.md CHANGED
@@ -60,6 +60,9 @@ languages:
60
  - kn
61
  SLR80:
62
  - my
 
 
 
63
  SLR86:
64
  - yo
65
  licenses:
@@ -494,6 +497,19 @@ https://github.com/google/language-resources#license for license information.
494
 
495
  Copyright 2018, 2019 Google, Inc.
496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
497
  #### SLR86: Crowdsourced high-quality multi-speaker speech data set
498
  This data set contains transcribed high-quality audio of sentences recorded by volunteers. The data set
499
  consists of wave files, and a TSV file (line_index.tsv). The file line_index.tsv contains a anonymized FileID and
@@ -539,15 +555,48 @@ A typical data point comprises the path to the audio file, called path and its s
539
 
540
  ### Data Fields
541
 
542
- path: The path to the audio file
543
-
544
- audio: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate. Note that when accessing the audio column: `dataset[0]["audio"]` the audio file is automatically decoded and resampled to `dataset.features["audio"].sampling_rate`. Decoding and resampling of a large number of audio files might take a significant amount of time. Thus it is important to first query the sample index before the `"audio"` column, *i.e.* `dataset[0]["audio"]` should **always** be preferred over `dataset["audio"][0]`.
545
-
546
- sentence: The sentence the user was prompted to speak
 
 
547
 
548
  ### Data Splits
549
 
550
- The speech material has only train dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
551
 
552
  ## Dataset Creation
553
 
 
60
  - kn
61
  SLR80:
62
  - my
63
+ SLR83:
64
+ - en-GB
65
+ - en-IE
66
  SLR86:
67
  - yo
68
  licenses:
 
497
 
498
  Copyright 2018, 2019 Google, Inc.
499
 
500
+ #### SLR83: Crowdsourced high-quality UK and Ireland English Dialect speech data set
501
+ This data set contains transcribed high-quality audio of English sentences recorded by volunteers speaking different dialects of the language.
502
+ The data set consists of wave files, and a TSV file (line_index.tsv). The file line_index.csv contains a line id, an anonymized FileID and the transcription of audio in the file.
503
+
504
+ The data set has been manually quality checked, but there might still be errors.
505
+
506
+ The recordings from the Welsh English speakers were collected in collaboration with Cardiff University.
507
+
508
+ The dataset is distributed under Creative Commons Attribution-ShareAlike 4.0 International Public License.
509
+ See [LICENSE](https://www.openslr.org/resources/83/LICENSE) file and https://github.com/google/language-resources#license for license information.
510
+
511
+ Copyright 2018, 2019 Google, Inc.
512
+
513
  #### SLR86: Crowdsourced high-quality multi-speaker speech data set
514
  This data set contains transcribed high-quality audio of sentences recorded by volunteers. The data set
515
  consists of wave files, and a TSV file (line_index.tsv). The file line_index.tsv contains a anonymized FileID and
 
555
 
556
  ### Data Fields
557
 
558
+ - `path`: The path to the audio file.
559
+ - `audio`: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling
560
+ rate. Note that when accessing the audio column: `dataset[0]["audio"]` the audio file is automatically decoded and
561
+ resampled to `dataset.features["audio"].sampling_rate`. Decoding and resampling of a large number of audio files might
562
+ take a significant amount of time. Thus it is important to first query the sample index before the `"audio"` column,
563
+ *i.e.* `dataset[0]["audio"]` should **always** be preferred over `dataset["audio"][0]`.
564
+ - `sentence`: The sentence the user was prompted to speak.
565
 
566
  ### Data Splits
567
 
568
+ There is only one "train" split for all configurations and the number of examples are:
569
+
570
+ | | Number of examples |
571
+ |:------|---------------------:|
572
+ | SLR41 | 5822 |
573
+ | SLR42 | 2906 |
574
+ | SLR43 | 2064 |
575
+ | SLR44 | 4213 |
576
+ | SLR63 | 4126 |
577
+ | SLR64 | 1569 |
578
+ | SLR65 | 4284 |
579
+ | SLR66 | 4448 |
580
+ | SLR69 | 4240 |
581
+ | SLR35 | 185076 |
582
+ | SLR36 | 219156 |
583
+ | SLR70 | 3359 |
584
+ | SLR71 | 4374 |
585
+ | SLR72 | 4903 |
586
+ | SLR73 | 5447 |
587
+ | SLR74 | 617 |
588
+ | SLR75 | 3357 |
589
+ | SLR76 | 7136 |
590
+ | SLR77 | 5587 |
591
+ | SLR78 | 4272 |
592
+ | SLR79 | 4400 |
593
+ | SLR80 | 2530 |
594
+ | SLR86 | 3583 |
595
+ | SLR32 | 9821 |
596
+ | SLR52 | 185293 |
597
+ | SLR53 | 218703 |
598
+ | SLR54 | 157905 |
599
+ | SLR83 | 17877 |
600
 
601
  ## Dataset Creation
602
 
dataset_infos.json CHANGED
The diff for this file is too large to render. See raw diff
 
dummy/SLR83/0.0.0/dummy_data.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03779b24ded8747ba803788c0cf632655827f3f5e59ba1ae189f132217610691
3
+ size 7528
openslr.py CHANGED
@@ -112,6 +112,20 @@ SLR71, SLR71, SLR72, SLR73, SLR74, SLR75:
112
  ISBN = {979-10-95546-34-4},
113
  }
114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  SLR80
116
  @inproceedings{oo-etal-2020-burmese,
117
  title = {{Burmese Speech Corpus, Finite-State Text Normalization and Pronunciation Grammars with an Application
@@ -479,6 +493,39 @@ _RESOURCES = {
479
  "IndexFiles": ["line_index.tsv"],
480
  "DataDirs": [""],
481
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
482
  "SLR86": {
483
  "Language": "Yoruba",
484
  "LongName": "Crowdsourced high-quality Yoruba speech data set",
@@ -593,6 +640,16 @@ class OpenSlr(datasets.GeneratorBasedBuilder):
593
  sentence = sentence_index[filename]
594
  counter += 1
595
  yield counter, {"path": path, "audio": path, "sentence": sentence}
 
 
 
 
 
 
 
 
 
 
596
  else:
597
  for i, path_to_index in enumerate(path_to_indexs):
598
  with open(path_to_index, encoding="utf-8") as f:
 
112
  ISBN = {979-10-95546-34-4},
113
  }
114
 
115
+ SLR83
116
+ @inproceedings{demirsahin-etal-2020-open,
117
+ title = {{Open-source Multi-speaker Corpora of the English Accents in the British Isles}},
118
+ author = {Demirsahin, Isin and Kjartansson, Oddur and Gutkin, Alexander and Rivera, Clara},
119
+ booktitle = {Proceedings of The 12th Language Resources and Evaluation Conference (LREC)},
120
+ month = may,
121
+ year = {2020},
122
+ pages = {6532--6541},
123
+ address = {Marseille, France},
124
+ publisher = {European Language Resources Association (ELRA)},
125
+ url = {https://www.aclweb.org/anthology/2020.lrec-1.804},
126
+ ISBN = {979-10-95546-34-4},
127
+ }
128
+
129
  SLR80
130
  @inproceedings{oo-etal-2020-burmese,
131
  title = {{Burmese Speech Corpus, Finite-State Text Normalization and Pronunciation Grammars with an Application
 
493
  "IndexFiles": ["line_index.tsv"],
494
  "DataDirs": [""],
495
  },
496
+ "SLR83": {
497
+ "Language": "English",
498
+ "LongName": "Crowdsourced high-quality UK and Ireland English Dialect speech data set",
499
+ "Category": "Speech",
500
+ "Summary": "Data set which contains male and female recordings of English from various dialects of the UK and Ireland",
501
+ "Files": [
502
+ "irish_english_male.zip",
503
+ "midlands_english_female.zip",
504
+ "midlands_english_male.zip",
505
+ "northern_english_female.zip",
506
+ "northern_english_male.zip",
507
+ "scottish_english_female.zip",
508
+ "scottish_english_male.zip",
509
+ "southern_english_female.zip",
510
+ "southern_english_male.zip",
511
+ "welsh_english_female.zip",
512
+ "welsh_english_male.zip",
513
+ ],
514
+ "IndexFiles": [
515
+ "line_index.csv",
516
+ "line_index.csv",
517
+ "line_index.csv",
518
+ "line_index.csv",
519
+ "line_index.csv",
520
+ "line_index.csv",
521
+ "line_index.csv",
522
+ "line_index.csv",
523
+ "line_index.csv",
524
+ "line_index.csv",
525
+ "line_index.csv",
526
+ ],
527
+ "DataDirs": ["", "", "", "", "", "", "", "", "", "", ""],
528
+ },
529
  "SLR86": {
530
  "Language": "Yoruba",
531
  "LongName": "Crowdsourced high-quality Yoruba speech data set",
 
640
  sentence = sentence_index[filename]
641
  counter += 1
642
  yield counter, {"path": path, "audio": path, "sentence": sentence}
643
+ elif self.config.name in ["SLR83"]:
644
+ for i, path_to_index in enumerate(path_to_indexs):
645
+ with open(path_to_index, encoding="utf-8") as f:
646
+ lines = f.readlines()
647
+ for id_, line in enumerate(lines):
648
+ field_values = re.split(r",\s?", line.strip())
649
+ user_id, filename, sentence = field_values
650
+ path = os.path.join(path_to_datas[i], f"{filename}.wav")
651
+ counter += 1
652
+ yield counter, {"path": path, "audio": path, "sentence": sentence}
653
  else:
654
  for i, path_to_index in enumerate(path_to_indexs):
655
  with open(path_to_index, encoding="utf-8") as f: