abdouaziiz
commited on
Commit
•
9b22092
1
Parent(s):
bba0220
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
Wolof is a language spoken in Senegal and neighbouring countries, this language is not too well represented, there are few resources in the field of Text en speech
|
31 |
In this sense we aim to bring our contribution to this, it is in this sense that enters this repo.
|
32 |
|
33 |
-
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) , that is
|
34 |
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.367826
|
@@ -77,7 +77,7 @@ The following hyperparameters were used during training:
|
|
77 |
|
78 |
|
79 |
## Usage
|
80 |
-
The model can be used directly
|
81 |
```python
|
82 |
import librosa
|
83 |
import warnings
|
|
|
30 |
Wolof is a language spoken in Senegal and neighbouring countries, this language is not too well represented, there are few resources in the field of Text en speech
|
31 |
In this sense we aim to bring our contribution to this, it is in this sense that enters this repo.
|
32 |
|
33 |
+
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) ,with a language model that is fine-tuned with the largest available speech dataset of the [ALFFA_PUBLIC](https://github.com/besacier/ALFFA_PUBLIC/tree/master/ASR/WOLOF)
|
34 |
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.367826
|
|
|
77 |
|
78 |
|
79 |
## Usage
|
80 |
+
The model can be used directly as follows:
|
81 |
```python
|
82 |
import librosa
|
83 |
import warnings
|