kingabzpro
commited on
Commit
•
9ebf0ef
1
Parent(s):
5aeb352
Update README.md
Browse filesMistakes in languages were corrected
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
datasets:
|
4 |
- AI4D Baamtu Datamation - Automatic Speech Recognition in WOLOF
|
5 |
tags:
|
@@ -7,9 +7,11 @@ tags:
|
|
7 |
- audio
|
8 |
- automatic-speech-recognition
|
9 |
license: apache-2.0
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
## Evaluation on Common Voice
|
13 |
```python
|
14 |
import pandas as pd
|
15 |
from datasets import load_dataset, load_metric,Dataset
|
@@ -63,6 +65,6 @@ for i in tqdm(range(common_voice_val.shape[0])):# Testing model on Wolof Dataset
|
|
63 |
final_pred.append(prediction)
|
64 |
|
65 |
```
|
66 |
-
|
67 |
|
68 |
**Result**: 7.88 %
|
|
|
1 |
---
|
2 |
+
language: WOLOF
|
3 |
datasets:
|
4 |
- AI4D Baamtu Datamation - Automatic Speech Recognition in WOLOF
|
5 |
tags:
|
|
|
7 |
- audio
|
8 |
- automatic-speech-recognition
|
9 |
license: apache-2.0
|
10 |
+
metrics:
|
11 |
+
- WER
|
12 |
---
|
13 |
|
14 |
+
## Evaluation on Common Voice WOLOF Test
|
15 |
```python
|
16 |
import pandas as pd
|
17 |
from datasets import load_dataset, load_metric,Dataset
|
|
|
65 |
final_pred.append(prediction)
|
66 |
|
67 |
```
|
68 |
+
You can check my result on [Zindi](https://zindi.africa/competitions/ai4d-baamtu-datamation-automatic-speech-recognition-in-wolof/leaderboard), I got 8th rank in AI4D Baamtu Datamation - Automatic Speech Recognition in WOLOF
|
69 |
|
70 |
**Result**: 7.88 %
|