Skip to content

Commit

Permalink
remove _target_ at model level in aed config (#8351)
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Puvvada <[email protected]>
Co-authored-by: Krishna Puvvada <[email protected]>
  • Loading branch information
2 people authored and web-flow committed Feb 6, 2024
1 parent 4afc277 commit 79eacdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/asr/conf/speech_multitask/fast-conformer_aed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ name: "FastConformer-Transformer-MultiTask"
init_from_nemo_model: null

model:
_target_: nemo.collections.asr.models.EncDecMultiTaskModel
sample_rate: 16000
label_smoothing: 0.0
context_len_for_AR_decoding: 5 # Length of input prompt tokens. For example, in Canary models, we use [BOS,src_lang,task,tgt_lang,pnc] and thus the length is 5
Expand Down

0 comments on commit 79eacdc

Please sign in to comment.