Update README.md
Browse files
README.md
CHANGED
@@ -64,4 +64,4 @@ To fine-tune this model, you need to run:
|
|
64 |
python train.py hyperparams.yaml
|
65 |
```
|
66 |
|
67 |
-
```train.py``` file contains the functions necessary for training the model and ```hyperparams.yaml``` contains the hyperparameters. For more details about training the model,
|
|
|
64 |
python train.py hyperparams.yaml
|
65 |
```
|
66 |
|
67 |
+
```train.py``` file contains the functions necessary for training the model and ```hyperparams.yaml``` contains the hyperparameters. For more details about training the model, refer to the [SpeechBrain](https://speechbrain.github.io) documentation.
|