prvInSpace commited on
Commit
6ee20f2
1 Parent(s): 5a7b7c1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ task_categories:
4
+ - automatic-speech-recognition
5
+ language:
6
+ - cy
7
+ size_categories:
8
+ - 10K<n<100K
9
+ ---
10
+ # Dataset Card for Banc Trawsgrifiadau Bangor
11
+
12
+ This dataset is a bank of 20 hours 6 minutes and 49 seconds of segments of natural speech from over 50 contributors in mp3 file format, together with corresponding 'verbatim' transcripts of the speech in .tsv file format. The majority of the speech is spontaneous, natural speech. The dataset was distributed by Canolfan Bedwyr under a CC0 open license.
13
+
14
+ ## Data Fields
15
+
16
+ `audio_filename` (`string`): The name of the audio file within the 'clips' folder
17
+
18
+ `audio_filename` (`int64`): The size of the file
19
+
20
+ `audio` (`dict`): 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]`.
21
+
22
+ `transcript` (`string`): The transcript of the audio clip
23
+
24
+ `duration` (`duration[ms]`): Duration of the clip in milliseconds
25
+
26
+
27
+ ## Licensing Information
28
+
29
+ The dataset was created by Canolfan Bedwyr, partly funded by the Welsh Government, and released under
30
+ [Creative Commons Zero v.1.0 Universal](https://git.techiaith.bangor.ac.uk/data-porth-technolegau-iaith/banc-trawsgrifiadau-bangor/-/blob/master/LICENSE)