M9and2M commited on
Commit
d3c3015
·
verified ·
1 Parent(s): 61e2cf6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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**: Whisper-small
21
- - **Loss**: 0.123
22
- - **WER**: 0.17
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**: 1
42
  - **Gradient Accumulation Steps**: 8
43
  - **Number of GPUs**: 2
44
 
45
  ### Optimizer : AdamW
46
 
47
- - **Learning Rate**: 1e-7
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