Update README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ This repository hosts an Automatic Speech Recognition (ASR) model for the Wolof
|
|
17 |
|
18 |
## Model Details
|
19 |
|
20 |
-
- **Model Base**:
|
21 |
-
- **Loss**: 0.
|
22 |
-
- **WER**: 0.
|
23 |
|
24 |
|
25 |
## Dataset
|
@@ -38,13 +38,13 @@ The training process was adapted from the code in the [Finetune Wa2vec 2.0 For S
|
|
38 |
The model was trained with the following configuration:
|
39 |
|
40 |
- **Seed**: 19
|
41 |
-
- **Training Batch Size**:
|
42 |
- **Gradient Accumulation Steps**: 8
|
43 |
- **Number of GPUs**: 2
|
44 |
|
45 |
### Optimizer : AdamW
|
46 |
|
47 |
-
- **Learning Rate**: 1e-
|
48 |
|
49 |
### Scheduler: OneCycleLR
|
50 |
|
|
|
17 |
|
18 |
## Model Details
|
19 |
|
20 |
+
- **Model Base**: [wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m)
|
21 |
+
- **Loss**: 0.1604
|
22 |
+
- **WER**: 0.24
|
23 |
|
24 |
|
25 |
## Dataset
|
|
|
38 |
The model was trained with the following configuration:
|
39 |
|
40 |
- **Seed**: 19
|
41 |
+
- **Training Batch Size**: 4
|
42 |
- **Gradient Accumulation Steps**: 8
|
43 |
- **Number of GPUs**: 2
|
44 |
|
45 |
### Optimizer : AdamW
|
46 |
|
47 |
+
- **Learning Rate**: 1e-6
|
48 |
|
49 |
### Scheduler: OneCycleLR
|
50 |
|