Sasha Luccioni
commited on
Commit
•
12d07d0
1
Parent(s):
9d62f44
Adding eval metadata for arabic speech corpus (#4332)
Browse files* Adding eval metadata for arabic speech corpus
Adding eval metadata for arabic speech corpus
* Update README.md
fixing unicode error
Commit from https://github.com/huggingface/datasets/commit/dffb95f9a6b17e48d5171c7c3d377ee8f9e4919e
README.md
CHANGED
@@ -18,6 +18,21 @@ source_datasets:
|
|
18 |
task_categories:
|
19 |
- automatic-speech-recognition
|
20 |
task_ids: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# Dataset Card for Arabic Speech Corpus
|
|
|
18 |
task_categories:
|
19 |
- automatic-speech-recognition
|
20 |
task_ids: []
|
21 |
+
train-eval-index:
|
22 |
+
- config: clean
|
23 |
+
task: automatic-speech-recognition
|
24 |
+
task_id: speech_recognition
|
25 |
+
splits:
|
26 |
+
train_split: train
|
27 |
+
eval_split: test
|
28 |
+
col_mapping:
|
29 |
+
file: path
|
30 |
+
text: text
|
31 |
+
metrics:
|
32 |
+
- type: wer
|
33 |
+
name: WER
|
34 |
+
- type: cer
|
35 |
+
name: CER
|
36 |
---
|
37 |
|
38 |
# Dataset Card for Arabic Speech Corpus
|