Porjaz commited on
Commit
b8a6501
1 Parent(s): 4ed44b9

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +2 -2
hyperparams.yaml CHANGED
@@ -82,8 +82,8 @@ seq_lin: !new:speechbrain.nnet.linear.Linear
82
  log_softmax: !new:speechbrain.nnet.activations.Softmax
83
  apply_log: True
84
 
85
- tokenizer: !new:sentencepiece.SentencePieceProcessor
86
- model_file: 1000_unigram.model
87
 
88
  modules:
89
  encoder_w2v2: !ref <encoder_w2v2>
 
82
  log_softmax: !new:speechbrain.nnet.activations.Softmax
83
  apply_log: True
84
 
85
+ # tokenizer: !new:sentencepiece.SentencePieceProcessor
86
+ # model_file: 1000_unigram.model
87
 
88
  modules:
89
  encoder_w2v2: !ref <encoder_w2v2>