speechbrainteam
commited on
Commit
•
c4f5d60
1
Parent(s):
36ef5d6
Update README.md
Browse files
README.md
CHANGED
@@ -39,12 +39,6 @@ N blocks of convolutional neural networks with normalization and pooling on the
|
|
39 |
frequency domain. Then, a bidirectional LSTM is connected to a final DNN to obtain
|
40 |
the final acoustic representation that is given to the CTC and attention decoders.
|
41 |
|
42 |
-
## Intended uses & limitations
|
43 |
-
|
44 |
-
This model has been primarily developed to be run within SpeechBrain as a pretrained ASR model
|
45 |
-
for the French language. Thanks to the flexibility of SpeechBrain, any of the 2 blocks
|
46 |
-
detailed above can be extracted and connected to your custom pipeline as long as SpeechBrain is
|
47 |
-
installed.
|
48 |
|
49 |
## Install SpeechBrain
|
50 |
|
@@ -70,6 +64,9 @@ asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-fr/example-fr.wav")
|
|
70 |
### Inference on GPU
|
71 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
72 |
|
|
|
|
|
|
|
73 |
#### Referencing SpeechBrain
|
74 |
|
75 |
```
|
@@ -79,7 +76,7 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
|
|
79 |
year = {2021},
|
80 |
publisher = {GitHub},
|
81 |
journal = {GitHub repository},
|
82 |
-
howpublished = {
|
83 |
}
|
84 |
```
|
85 |
|
|
|
39 |
frequency domain. Then, a bidirectional LSTM is connected to a final DNN to obtain
|
40 |
the final acoustic representation that is given to the CTC and attention decoders.
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
## Install SpeechBrain
|
44 |
|
|
|
64 |
### Inference on GPU
|
65 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
66 |
|
67 |
+
### Limitations
|
68 |
+
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
69 |
+
|
70 |
#### Referencing SpeechBrain
|
71 |
|
72 |
```
|
|
|
76 |
year = {2021},
|
77 |
publisher = {GitHub},
|
78 |
journal = {GitHub repository},
|
79 |
+
howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
80 |
}
|
81 |
```
|
82 |
|