Gastron commited on
Commit
b9c0dfb
1 Parent(s): 48c91fe

Update README

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -13,12 +13,16 @@ metrics:
13
  ---
14
 
15
  # Description
16
- Attention-based Encoder-Decoder model trained on Puhelahjat (1500h colloquial Finnish donated by huge number of volunteers) and Finnish Parliament ASR Corpus (3000h speech from the sessions of the Finnish Parliament)
 
 
 
 
17
  The Encoder is a CRDNN (Conv+LSTM+DNN), Decoder is GRU.
18
 
19
  # Performance expectations
20
  This is a relatively fast and compact model (~40M parameters), performance is not state-of-the-art.
21
  This does not include a language model, the model is fully end-to-end.
22
 
23
- This model should generalize to many types of speech. However, the model will also try to match colloquial speech (unlike some models which have learned to follow the written forms of Finnish).
24
 
 
13
  ---
14
 
15
  # Description
16
+
17
+ Finnish Attention-based Encoder-Decoder model trained on:
18
+ - Puhelahjat (1500h colloquial Finnish donated by huge number of volunteers)
19
+ - Finnish Parliament ASR Corpus (3000h speech from the sessions of the Finnish Parliament)
20
+
21
  The Encoder is a CRDNN (Conv+LSTM+DNN), Decoder is GRU.
22
 
23
  # Performance expectations
24
  This is a relatively fast and compact model (~40M parameters), performance is not state-of-the-art.
25
  This does not include a language model, the model is fully end-to-end.
26
 
27
+ This model should generalize to many types of speech. However, the model will also try to match colloquial speech (unlike some models which have learned to follow the written forms of Finnish). In fact being able to recognise many different dialects is a goal of the Puhelahjat data. The model is not especially robust to noise.
28