Datasets:

Modalities:
Audio
Text
Formats:
arrow
Languages:
German
Libraries:
Datasets
License:
Alienmaster commited on
Commit
1546e6b
·
1 Parent(s): 8e9b991

README changes

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -22,6 +22,7 @@ configs:
22
  - split: dev
23
  path: splits/dev/*.arrow
24
  ---
 
25
 
26
  Language Technology, Universität Hamburg, Germany
27
  https://www.inf.uni-hamburg.de/en/inst/ab/lt (formerly TU-Darmstadt)
@@ -29,8 +30,6 @@ https://www.lt.tu-darmstadt.de
29
  Telecooperation labs, TU-Darmstadt, Germany
30
  https://www.tk.informatik.tu-darmstadt.de
31
 
32
- This dataset contains CC-BY licensed speech corpus data presented in:
33
-
34
  ## General information
35
 
36
  - The speech data was collected in a controlled environment (same room, same microphone distances, etc. )
@@ -56,9 +55,18 @@ These are the microphones used for the recordings with additional information ab
56
  - Samson (Samson C01U)
57
  - Yamaha (Yamaha PSG-01S)
58
 
 
 
 
 
 
 
 
 
 
59
  ## Structure of file names:
60
 
61
- The XML meta-file includes the sentence with the original text representation taken from the various text corpora and a cleaned version, where the sentence is normalised to resemble what speakers actually said as closely as possible.
62
 
63
 
64
  ## Metadata
@@ -99,10 +107,10 @@ Number of recorded sentences:
99
  - Dev: 1085
100
  - Test: 1028
101
 
102
- # Errors
103
  You can also report transcription and normalization errors of this corpus in the issue tracker of this project.
104
 
105
- ## cite
106
  ```
107
  @InProceedings{10.1007/978-3-319-24033-6_54,
108
  author="Radeck-Arneth, Stephan
 
22
  - split: dev
23
  path: splits/dev/*.arrow
24
  ---
25
+ # Open speech data for German speech recognition
26
 
27
  Language Technology, Universität Hamburg, Germany
28
  https://www.inf.uni-hamburg.de/en/inst/ab/lt (formerly TU-Darmstadt)
 
30
  Telecooperation labs, TU-Darmstadt, Germany
31
  https://www.tk.informatik.tu-darmstadt.de
32
 
 
 
33
  ## General information
34
 
35
  - The speech data was collected in a controlled environment (same room, same microphone distances, etc. )
 
55
  - Samson (Samson C01U)
56
  - Yamaha (Yamaha PSG-01S)
57
 
58
+ If you want to use only one of the microphones the dataset can be filtered:
59
+ ```
60
+ from datasets import load_dataset
61
+
62
+ dataset = load_dataset("uhh-lt/Tuda-De")
63
+
64
+ ds = dataset["train"].filter(lambda x: x["microphone"] == "Kinect-Beam")
65
+ ```
66
+
67
  ## Structure of file names:
68
 
69
+ The metadata includes the sentence with the original text representation taken from the various text corpora and a cleaned version, where the sentence is normalised to resemble what speakers actually said as closely as possible.
70
 
71
 
72
  ## Metadata
 
107
  - Dev: 1085
108
  - Test: 1028
109
 
110
+ ## Errors
111
  You can also report transcription and normalization errors of this corpus in the issue tracker of this project.
112
 
113
+ ## Citations
114
  ```
115
  @InProceedings{10.1007/978-3-319-24033-6_54,
116
  author="Radeck-Arneth, Stephan