westbrook commited on
Commit
fb5f11c
·
verified ·
1 Parent(s): 1d77605

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -68
README.md CHANGED
@@ -1,68 +1,16 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: audio_id
5
- dtype: string
6
- - name: audio
7
- dtype:
8
- audio:
9
- sampling_rate: 16000
10
- - name: raw_text
11
- dtype: string
12
- - name: gender
13
- dtype: string
14
- - name: speaker_id
15
- dtype: string
16
- - name: duration
17
- dtype: float32
18
- - name: accent
19
- dtype:
20
- class_label:
21
- names:
22
- '0': Dutch
23
- '1': German
24
- '2': Czech
25
- '3': Polish
26
- '4': French
27
- '5': Hungarian
28
- '6': Finnish
29
- '7': Romanian
30
- '8': Slovak
31
- '9': Spanish
32
- '10': Italian
33
- '11': Estonian
34
- '12': Lithuanian
35
- '13': Croatian
36
- '14': Slovene
37
- '15': English
38
- '16': Scottish
39
- '17': Irish
40
- '18': NorthernIrish
41
- '19': Indian
42
- '20': Vietnamese
43
- '21': Canadian
44
- '22': American
45
- - name: split
46
- dtype: string
47
- splits:
48
- - name: train
49
- num_bytes: 13940157596.145962
50
- num_examples: 50382
51
- - name: test
52
- num_bytes: 254637323.59421095
53
- num_examples: 1620
54
- - name: validation
55
- num_bytes: 167471534.24582872
56
- num_examples: 1036
57
- download_size: 8845102569
58
- dataset_size: 14362266453.986002
59
- configs:
60
- - config_name: default
61
- data_files:
62
- - split: train
63
- path: data/train-*
64
- - split: test
65
- path: data/test-*
66
- - split: validation
67
- path: data/validation-*
68
- ---
 
1
+
2
+ # English_Accent_DataSet
3
+
4
+ English Accent DataSet is a 79-hour speech dataset containing 23 different English accents.
5
+ The raw audio data files are from [VCTK](https://datashare.ed.ac.uk/handle/10283/2651), [EDACC](https://groups.inf.ed.ac.uk/edacc/) and [Voxpopuli](https://aclanthology.org/2021.acl-long.80/).
6
+
7
+ ## Features
8
+
9
+ - **audio_id**: Unique identifier for each audio file.
10
+ - **audio**: The audio data.
11
+ - **raw_text**: The raw transcription.
12
+ - **gender**: Gender of the speaker.
13
+ - **speaker_id**: Identifier for the speaker.
14
+ - **accent**: Accent of the speaker.
15
+ - **duration**: Duration of the audio file.
16
+ - **split**: Split for training, validataion and test.