unza commited on
Commit
c2dcea1
1 Parent(s): 4c65f25

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -1,8 +1,6 @@
1
  ---
2
  license: apache-2.0
3
  tags:
4
- - automatic-speech-recognition
5
- - BembaSpeech
6
  - generated_from_trainer
7
  metrics:
8
  - wer
@@ -16,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # xls-r-300m-bemba-fullset
18
 
19
- This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the BEMBASPEECH - BEM dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2534
22
- - Wer: 0.8470
23
 
24
  ## Model description
25
 
@@ -46,7 +44,7 @@ The following hyperparameters were used during training:
46
  - total_train_batch_size: 16
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
- - lr_scheduler_warmup_steps: 2000
50
  - num_epochs: 2.0
51
  - mixed_precision_training: Native AMP
52
 
@@ -54,8 +52,7 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Wer |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|
57
- | 2.268 | 0.67 | 500 | 1.0355 | 0.9929 |
58
- | 0.7365 | 1.35 | 1000 | 0.2534 | 0.8470 |
59
 
60
 
61
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
  tags:
 
 
4
  - generated_from_trainer
5
  metrics:
6
  - wer
 
14
 
15
  # xls-r-300m-bemba-fullset
16
 
17
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.6071
20
+ - Wer: 0.9917
21
 
22
  ## Model description
23
 
 
44
  - total_train_batch_size: 16
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 1500
48
  - num_epochs: 2.0
49
  - mixed_precision_training: Native AMP
50
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|
55
+ | 1.6564 | 1.58 | 500 | 0.6071 | 0.9917 |
 
56
 
57
 
58
  ### Framework versions