AndrewMcDowell commited on
Commit
d3aab78
1 Parent(s): e08180d

Revert "update model card README.md"

Browse files

This reverts commit bb7b27c5a24c32e26536e1767689f737be98681c.

Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -1,6 +1,10 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
 
 
4
  - generated_from_trainer
5
  datasets:
6
  - common_voice
@@ -14,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  #
16
 
17
- This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the common_voice dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.1355
20
- - Wer: 0.1531
21
 
22
  ## Model description
23
 
@@ -37,13 +41,15 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 7.5e-05
40
- - train_batch_size: 64
41
  - eval_batch_size: 8
42
  - seed: 42
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 2000
46
- - num_epochs: 3.0
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
 
1
  ---
2
+ language:
3
+ - de
4
  license: apache-2.0
5
  tags:
6
+ - automatic-speech-recognition
7
+ - mozilla-foundation/common_voice_8_0
8
  - generated_from_trainer
9
  datasets:
10
  - common_voice
 
18
 
19
  #
20
 
21
+ 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 - DE dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.1355
24
+ - Wer: 0.1532
25
 
26
  ## Model description
27
 
 
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 7.5e-05
44
+ - train_batch_size: 8
45
  - eval_batch_size: 8
46
  - seed: 42
47
+ - gradient_accumulation_steps: 4
48
+ - total_train_batch_size: 32
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
  - lr_scheduler_warmup_steps: 2000
52
+ - num_epochs: 2.5
53
  - mixed_precision_training: Native AMP
54
 
55
  ### Training results