ymoslem commited on
Commit
fd5e77f
1 Parent(s): bafa1c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -4
README.md CHANGED
@@ -9,21 +9,31 @@ dataset_info:
9
  dtype: string
10
  splits:
11
  - name: train
12
- num_bytes: 4209155993.0
13
  num_examples: 15090
14
  download_size: 3452146050
15
- dataset_size: 4209155993.0
16
  configs:
17
  - config_name: default
18
  data_files:
19
  - split: train
20
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
  # Dataset Details
24
 
25
  Synthetic audio dataset, created using Azure text-to-speech service.
26
- The bilingual text is a portion of the Wikimedia dataset, consisting of 7545 text segments.
27
  The dataset comprises two sets of audio data, one with a female voice (OrlaNeural) and the other with a male voice (ColmNeural).
28
  It includes more than 34 hours of audio data (34:23:12) for 15,090 utterances.
29
 
@@ -37,7 +47,9 @@ Dataset({
37
  })
38
  ```
39
 
40
- ## Citation
 
 
41
 
42
  ```
43
  @inproceedings{moslem2024leveraging,
@@ -48,3 +60,22 @@ Dataset({
48
  month={April}
49
  }
50
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  dtype: string
10
  splits:
11
  - name: train
12
+ num_bytes: 4209155993
13
  num_examples: 15090
14
  download_size: 3452146050
15
+ dataset_size: 4209155993
16
  configs:
17
  - config_name: default
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
+ license: cc-by-sa-4.0
22
+ task_categories:
23
+ - automatic-speech-recognition
24
+ - text-to-speech
25
+ - translation
26
+ language:
27
+ - ga
28
+ - en
29
+ size_categories:
30
+ - 10K<n<100K
31
  ---
32
 
33
  # Dataset Details
34
 
35
  Synthetic audio dataset, created using Azure text-to-speech service.
36
+ The bilingual text is a portion of the Wikimedia dataset, consisting of 7,545 text segments.
37
  The dataset comprises two sets of audio data, one with a female voice (OrlaNeural) and the other with a male voice (ColmNeural).
38
  It includes more than 34 hours of audio data (34:23:12) for 15,090 utterances.
39
 
 
47
  })
48
  ```
49
 
50
+ ## Citations
51
+
52
+ * The speech dataset `Wikimedia-Speech-Irish` was created and introduced as part of the following paper:
53
 
54
  ```
55
  @inproceedings{moslem2024leveraging,
 
60
  month={April}
61
  }
62
  ```
63
+
64
+ * The original Wikimedia bilingual text dataset was collected by the OPUS project, introduced in the following paper:
65
+
66
+ ```
67
+
68
+ @INPROCEEDINGS{Tiedemann2012-OPUS,
69
+ title = "{Parallel Data, Tools and Interfaces in {OPUS}}",
70
+ booktitle = "{Proceedings of the Eighth International Conference on Language
71
+ Resources and Evaluation ({LREC}'12)}",
72
+ author = "Tiedemann, J{\"o}rg",
73
+ publisher = "European Language Resources Association (ELRA)",
74
+ pages = "2214--2218",
75
+ month = may,
76
+ year = 2012,
77
+ url = "http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf",
78
+ address = "Istanbul, Turkey"
79
+ }
80
+
81
+ ```