edugp commited on
Commit
afc171e
1 Parent(s): 03a1b8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -31,6 +31,10 @@ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://hug
31
  It achieves the following results on the evaluation set:
32
  - Wer: 0.0868
33
  - Cer: 0.0281
 
 
 
 
34
  ## Model description
35
 
36
  More information needed
31
  It achieves the following results on the evaluation set:
32
  - Wer: 0.0868
33
  - Cer: 0.0281
34
+
35
+ This model consists of a Wav2Vec2 model with an additional KenLM 5-gram language model for CTC decoding.
36
+ The model is trained removing all characters that are not lower-case unaccented letters between `a-z` or the Spanish accented vowels `á`, `é`, `í`, `ó`, `ú` or the dieresis on the vowel `u` - `ü`.
37
+
38
  ## Model description
39
 
40
  More information needed