speechbrainteam
commited on
Commit
•
0cac8bb
1
Parent(s):
5ad1d36
Update README.md
Browse files
README.md
CHANGED
@@ -66,8 +66,6 @@ asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-fr/example-fr.wav")
|
|
66 |
### Inference on GPU
|
67 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
68 |
|
69 |
-
### Limitations
|
70 |
-
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
71 |
|
72 |
### Training
|
73 |
The model was trained with SpeechBrain (Hash).
|
@@ -91,6 +89,9 @@ python train.py hparams/train.yaml --data_folder=your_data_folder
|
|
91 |
|
92 |
You can find our training results (models, logs, etc) [here]()
|
93 |
|
|
|
|
|
|
|
94 |
|
95 |
#### Referencing SpeechBrain
|
96 |
|
@@ -101,7 +102,7 @@ You can find our training results (models, logs, etc) [here]()
|
|
101 |
year = {2021},
|
102 |
publisher = {GitHub},
|
103 |
journal = {GitHub repository},
|
104 |
-
howpublished = {
|
105 |
}
|
106 |
```
|
107 |
|
|
|
66 |
### Inference on GPU
|
67 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
68 |
|
|
|
|
|
69 |
|
70 |
### Training
|
71 |
The model was trained with SpeechBrain (Hash).
|
|
|
89 |
|
90 |
You can find our training results (models, logs, etc) [here]()
|
91 |
|
92 |
+
### Limitations
|
93 |
+
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
94 |
+
|
95 |
|
96 |
#### Referencing SpeechBrain
|
97 |
|
|
|
102 |
year = {2021},
|
103 |
publisher = {GitHub},
|
104 |
journal = {GitHub repository},
|
105 |
+
howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
|
106 |
}
|
107 |
```
|
108 |
|