RuudVelo commited on
Commit
0531eba
1 Parent(s): b2cb70a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -16
README.md CHANGED
@@ -49,14 +49,14 @@ should probably proofread and complete it, then remove this comment. -->
49
 
50
  #
51
 
52
- This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - NL dataset.
53
  It achieves the following results on the evaluation set:
54
  - Loss: 0.1479
55
  - Wer: 0.1156
56
 
57
  ## Model description
58
 
59
- More information needed
60
 
61
  ## Intended uses & limitations
62
 
@@ -64,24 +64,13 @@ More information needed
64
 
65
  ## Training and evaluation data
66
 
67
- More information needed
68
 
69
  ## Training procedure
70
 
71
  ### Training hyperparameters
72
 
73
- The following hyperparameters were used during training:
74
- - learning_rate: 5e-05
75
- - train_batch_size: 8
76
- - eval_batch_size: 8
77
- - seed: 42
78
- - gradient_accumulation_steps: 5
79
- - total_train_batch_size: 40
80
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
81
- - lr_scheduler_type: linear
82
- - lr_scheduler_warmup_steps: 500
83
- - num_epochs: 50.0
84
- - mixed_precision_training: Native AMP
85
 
86
  ### Training results
87
 
@@ -189,5 +178,5 @@ The following hyperparameters were used during training:
189
 
190
  - Transformers 4.17.0.dev0
191
  - Pytorch 1.10.2+cu102
192
- - Datasets 1.18.2.dev0
193
  - Tokenizers 0.11.0
 
49
 
50
  #
51
 
52
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - NL dataset. This model is also available with a language model which improves these results. This model can be found at https://huggingface.co/RuudVelo/wav2vec2-large-xls-r-1b-nl-lm. The Common Voice 8 Dutch test Wer is 9.73 of that model.
53
  It achieves the following results on the evaluation set:
54
  - Loss: 0.1479
55
  - Wer: 0.1156
56
 
57
  ## Model description
58
 
59
+ Model fine-tuned using the wav2vec-als-r-1b model architecture
60
 
61
  ## Intended uses & limitations
62
 
 
64
 
65
  ## Training and evaluation data
66
 
67
+ Model has been trained on Common Voice 8 Dutch
68
 
69
  ## Training procedure
70
 
71
  ### Training hyperparameters
72
 
73
+ Model parameters can be found under Files and versions in the run.sh file.
 
 
 
 
 
 
 
 
 
 
 
74
 
75
  ### Training results
76
 
 
178
 
179
  - Transformers 4.17.0.dev0
180
  - Pytorch 1.10.2+cu102
181
+ - Datasets 1.18.3
182
  - Tokenizers 0.11.0