Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,8 @@ model-index:
|
|
23 |
|
24 |
[othrif/wav2vec2-large-xlsr-moroccan](https://huggingface.co/othrif/wav2vec2-large-xlsr-moroccan) fine-tuned on 6 hours of labeled Darija Audios
|
25 |
|
|
|
|
|
26 |
## Usage
|
27 |
|
28 |
The model can be used directly (without a language model) as follows:
|
@@ -71,4 +73,4 @@ Here's the output:
|
|
71 |
|
72 |
Currently working on **wav2vec2-large-xlsr-moroccan-darija-v2** which will be available very soon by adding more data (from 6hours to 12hours).
|
73 |
|
74 |
-
I am also working on audio data augmentation techniques (pitch shift, reberbation, additive augmentation.. ) to see if it is going to improve the
|
|
|
23 |
|
24 |
[othrif/wav2vec2-large-xlsr-moroccan](https://huggingface.co/othrif/wav2vec2-large-xlsr-moroccan) fine-tuned on 6 hours of labeled Darija Audios
|
25 |
|
26 |
+
I have also added 3 phonetic units to this model ڭ, ڤ and پ represented by k, v and p.
|
27 |
+
|
28 |
## Usage
|
29 |
|
30 |
The model can be used directly (without a language model) as follows:
|
|
|
73 |
|
74 |
Currently working on **wav2vec2-large-xlsr-moroccan-darija-v2** which will be available very soon by adding more data (from 6hours to 12hours).
|
75 |
|
76 |
+
I am also working on audio data augmentation techniques (pitch shift, reberbation, additive augmentation.. ) to see if it is going to improve the **WER**.
|