Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ asr_model.transcribe_file('speechbrain/asr-wav2vec2-dvoice-darija/example_darija
|
|
55 |
# Inference on GPU
|
56 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
57 |
|
58 |
-
|
59 |
The model was trained with SpeechBrain.
|
60 |
To train it from scratch follow these steps:
|
61 |
1. Clone SpeechBrain:
|
|
|
55 |
# Inference on GPU
|
56 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
57 |
|
58 |
+
# Training
|
59 |
The model was trained with SpeechBrain.
|
60 |
To train it from scratch follow these steps:
|
61 |
1. Clone SpeechBrain:
|