Datasets:
Commit
·
b262438
1
Parent(s):
8b9a64c
remove langs
Browse files
README.md
CHANGED
@@ -46,10 +46,6 @@ wide range of first and second-language varieties of English and a linguistic ba
|
|
46 |
- Automatic Speech Recognition (ASR): the model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER). The task has an active leaderboard which can be found at https://groups.inf.ed.ac.uk/edacc/leaderboard.html and ranks models based on their WER scores on the dev and test sets
|
47 |
- Audio Classification: the model is presented with an audio file and asked to predict the accent or gender of the speaker. The most common evaluation metric is the percentage accuracy.
|
48 |
|
49 |
-
## Languages
|
50 |
-
|
51 |
-
The dataset is derived from read audiobooks from LibriVox and consists of 8 languages - English, German, Dutch, Spanish, French, Italian, Portuguese, Polish
|
52 |
-
|
53 |
## How to use
|
54 |
|
55 |
The `datasets` library allows you to load and pre-process EdAcc in just 2 lines of code. The dataset can be
|
|
|
46 |
- Automatic Speech Recognition (ASR): the model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER). The task has an active leaderboard which can be found at https://groups.inf.ed.ac.uk/edacc/leaderboard.html and ranks models based on their WER scores on the dev and test sets
|
47 |
- Audio Classification: the model is presented with an audio file and asked to predict the accent or gender of the speaker. The most common evaluation metric is the percentage accuracy.
|
48 |
|
|
|
|
|
|
|
|
|
49 |
## How to use
|
50 |
|
51 |
The `datasets` library allows you to load and pre-process EdAcc in just 2 lines of code. The dataset can be
|