Commit
·
6a6d157
1
Parent(s):
7c834dc
Update README.md
Browse files
README.md
CHANGED
@@ -40,13 +40,6 @@ N blocks of convolutional neural networks with normalisation and pooling on the
|
|
40 |
frequency domain. Then, a bidirectional LSTM is connected to a final DNN to obtain
|
41 |
the final acoustic representation that is given to the CTC and attention decoders.
|
42 |
|
43 |
-
## Intended uses & limitations
|
44 |
-
|
45 |
-
This model has been primilarly developed to be run within SpeechBrain as a pretrained ASR model
|
46 |
-
for the english language. Thanks to the flexibility of SpeechBrain, any of the 3 blocks
|
47 |
-
detailed above can be extracted and connected to you custom pipeline as long as SpeechBrain is
|
48 |
-
installed.
|
49 |
-
|
50 |
## Install SpeechBrain
|
51 |
|
52 |
First of all, please install SpeechBrain with the following command:
|
@@ -83,7 +76,7 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
83 |
year = {2021},
|
84 |
publisher = {GitHub},
|
85 |
journal = {GitHub repository},
|
86 |
-
howpublished = {
|
87 |
}
|
88 |
```
|
89 |
|
|
|
40 |
frequency domain. Then, a bidirectional LSTM is connected to a final DNN to obtain
|
41 |
the final acoustic representation that is given to the CTC and attention decoders.
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
## Install SpeechBrain
|
44 |
|
45 |
First of all, please install SpeechBrain with the following command:
|
|
|
76 |
year = {2021},
|
77 |
publisher = {GitHub},
|
78 |
journal = {GitHub repository},
|
79 |
+
howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
80 |
}
|
81 |
```
|
82 |
|