Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ model-index:
|
|
18 |
metrics:
|
19 |
- name: Test WER
|
20 |
type: wer
|
21 |
-
value: 0.
|
22 |
---
|
23 |
# Wav2Vec2-Large-XLSR-53-Moroccan-Darija
|
24 |
|
@@ -26,14 +26,16 @@ model-index:
|
|
26 |
|
27 |
- Fine-tuned on 50 hours of labeled Darija Audios extracted from MDVC corpus which contains more than 1000 hours of Moroccan Darija "ary".
|
28 |
- Fine-tuning is ongoing 24/7 to enhance accuracy.
|
29 |
-
- We are consistently adding data to the model every day (We prefer not to add all MDVC Corpus at once as we are trying to standardize more and more the way we write
|
30 |
|
31 |
<table><thead><tr><th><strong>Training Loss</strong></th> <th><strong>Validation</strong></th> <th><strong>Loss Wer</strong></th></tr></thead> <tbody><tr>
|
32 |
-
<td>0.
|
33 |
-
<td>0.
|
34 |
-
<td>0.
|
35 |
</tr> </tbody></table>
|
36 |
|
|
|
|
|
37 |
## Usage
|
38 |
|
39 |
The model can be used directly as follows:
|
|
|
18 |
metrics:
|
19 |
- name: Test WER
|
20 |
type: wer
|
21 |
+
value: 0.104575
|
22 |
---
|
23 |
# Wav2Vec2-Large-XLSR-53-Moroccan-Darija
|
24 |
|
|
|
26 |
|
27 |
- Fine-tuned on 50 hours of labeled Darija Audios extracted from MDVC corpus which contains more than 1000 hours of Moroccan Darija "ary".
|
28 |
- Fine-tuning is ongoing 24/7 to enhance accuracy.
|
29 |
+
- We are consistently adding data to the model every day (We prefer not to add all MDVC Corpus at once as we are trying to standardize more and more the way we write the Moroccan Darija.
|
30 |
|
31 |
<table><thead><tr><th><strong>Training Loss</strong></th> <th><strong>Validation</strong></th> <th><strong>Loss Wer</strong></th></tr></thead> <tbody><tr>
|
32 |
+
<td>0.490800</td>
|
33 |
+
<td>0.123569</td>
|
34 |
+
<td>0.104575</td>
|
35 |
</tr> </tbody></table>
|
36 |
|
37 |
+
<i>- NB: The training Loss has gone higher because we increased mask_time_prob to 50%. Training is still on to decrease it.</i>
|
38 |
+
|
39 |
## Usage
|
40 |
|
41 |
The model can be used directly as follows:
|