Mirco commited on
Commit
8639f88
1 Parent(s): f2c2761

Update README.md

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