oliverguhr commited on
Commit
bde0077
1 Parent(s): 87dbaf8

test / eval details

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -30,7 +30,8 @@ model-index:
30
  # wav2vec2-large-xlsr-53-german-cv9
31
 
32
  This model is a fine-tuned version of [./facebook/wav2vec2-large-xlsr-53](https://huggingface.co/./facebook/wav2vec2-large-xlsr-53) on the MOZILLA-FOUNDATION/COMMON_VOICE_9_0 - DE dataset.
33
- It achieves the following results on the evaluation set:
 
34
  - CER: 2.273015898213336
35
  - Wer: 9.480663281840769
36
 
@@ -65,7 +66,7 @@ The following hyperparameters were used during training:
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Wer |
69
  |:-------------:|:-----:|:------:|:---------------:|:------:|
70
  | 0.4129 | 1.0 | 3557 | 0.3015 | 0.2499 |
71
  | 0.2121 | 2.0 | 7114 | 0.1596 | 0.1567 |
30
  # wav2vec2-large-xlsr-53-german-cv9
31
 
32
  This model is a fine-tuned version of [./facebook/wav2vec2-large-xlsr-53](https://huggingface.co/./facebook/wav2vec2-large-xlsr-53) on the MOZILLA-FOUNDATION/COMMON_VOICE_9_0 - DE dataset.
33
+
34
+ It achieves the following results on the test set:
35
  - CER: 2.273015898213336
36
  - Wer: 9.480663281840769
37
 
66
 
67
  ### Training results
68
 
69
+ | Training Loss | Epoch | Step | Validation Loss | Eval Wer|
70
  |:-------------:|:-----:|:------:|:---------------:|:------:|
71
  | 0.4129 | 1.0 | 3557 | 0.3015 | 0.2499 |
72
  | 0.2121 | 2.0 | 7114 | 0.1596 | 0.1567 |