Aku Rouhe commited on
Commit
5aa5a52
1 Parent(s): fec6d06

Don't need savedir defined necessarily

Browse files
Files changed (2) hide show
  1. README.md +6 -0
  2. hyperparams.yaml +0 -1
README.md CHANGED
@@ -52,6 +52,12 @@ First of all, please install SpeechBrain with the following command:
52
  pip install \\we hide ! SpeechBrain is still private :p
53
  ```
54
 
 
 
 
 
 
 
55
  Please notice that we encourage you to read our tutorials and learn more about
56
  [SpeechBrain](https://speechbrain.github.io).
57
 
52
  pip install \\we hide ! SpeechBrain is still private :p
53
  ```
54
 
55
+ Also, for this model, you need SentencePiece. Install with
56
+
57
+ ```
58
+ pip install sentencepiece
59
+ ```
60
+
61
  Please notice that we encourage you to read our tutorials and learn more about
62
  [SpeechBrain](https://speechbrain.github.io).
63
 
hyperparams.yaml CHANGED
@@ -151,4 +151,3 @@ pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer
151
  asr: !ref <asr_model>
152
  lm: !ref <lm_model>
153
  tokenizer: !ref <tokenizer>
154
- save_dir: model_checkpoints
151
  asr: !ref <asr_model>
152
  lm: !ref <lm_model>
153
  tokenizer: !ref <tokenizer>