arijitx commited on
Commit
824f724
β€’
1 Parent(s): e35c09b
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: Bengali
3
+ datasets:
4
+ - OpenSLR
5
+ metrics:
6
+ - wer
7
+ tags:
8
+ - bn
9
+ - audio
10
+ - automatic-speech-recognition
11
+ - speech
12
+ - robust-speech-event
13
+ license: cc-by-sa-4.0
14
+ model-index:
15
+ - name: XLSR Wav2Vec2 Bengali by Arijit
16
+ results:
17
+ - task:
18
+ name: Speech Recognition
19
+ type: automatic-speech-recognition
20
+ dataset:
21
+ name: OpenSLR
22
+ type: OpenSLR
23
+ args: ben
24
+ metrics:
25
+ - name: Test WER
26
+ type: wer
27
+ value: 32.45
28
+ ---
29
+ # wav2vec2-xls-r-300m-bangla
.ipynb_checkpoints/eval_run-checkpoint.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ ./eval.py --model_id ./ --dataset openslr --config SLR53 --split "train[95%:]" --log_outputs
eval_run.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ ./eval.py --model_id ./ --dataset openslr --config SLR53 --split "train[95%:]" --log_outputs
evaluation_no_lm/log_openslr_SLR53_train[95%:]_predictions.txt ADDED
The diff for this file is too large to render. See raw diff
 
log_openslr_SLR53_train[95%:]_targets.txt β†’ evaluation_no_lm/log_openslr_SLR53_train[95%:]_targets.txt RENAMED
File without changes
evaluation_no_lm/openslr_SLR53_train[95%:]_eval_results.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ WER: 0.21726385291857586
2
+ CER: 0.04725010353701041
{.ipynb_checkpoints β†’ evaluation_with_lm/.ipynb_checkpoints}/log_openslr_SLR53_train[95%:]_predictions-checkpoint.txt RENAMED
File without changes
{.ipynb_checkpoints β†’ evaluation_with_lm/.ipynb_checkpoints}/log_openslr_SLR53_train[95%:]_targets-checkpoint.txt RENAMED
File without changes
{.ipynb_checkpoints β†’ evaluation_with_lm/.ipynb_checkpoints}/openslr_SLR53_train[95%:]_eval_results-checkpoint.txt RENAMED
File without changes
log_openslr_SLR53_train[95%:]_predictions.txt β†’ evaluation_with_lm/log_openslr_SLR53_train[95%:]_predictions.txt RENAMED
File without changes
evaluation_with_lm/log_openslr_SLR53_train[95%:]_targets.txt ADDED
The diff for this file is too large to render. See raw diff
 
openslr_SLR53_train[95%:]_eval_results.txt β†’ evaluation_with_lm/openslr_SLR53_train[95%:]_eval_results.txt RENAMED
File without changes