Update hyperparams.yaml
Browse files- 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 |
-
|
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>
|