Mirco commited on
Commit
463cbf1
1 Parent(s): 498c7b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- ### Training
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: