phtran commited on
Commit
d121bf5
·
verified ·
1 Parent(s): 23438b4

Push model using huggingface_hub.

Browse files
Files changed (1) hide show
  1. model_config.yaml +6 -1
model_config.yaml CHANGED
@@ -1134,12 +1134,17 @@ optim:
1134
  warmup_ratio: null
1135
  min_lr: 1.0e-06
1136
  target: nemo.collections.asr.models.ctc_bpe_models.EncDecCTCModelBPE
1137
- nemo_version: 2.0.0
1138
  decoding:
1139
  strategy: greedy_batch
1140
  preserve_alignments: null
1141
  compute_timestamps: null
1142
  word_seperator: ' '
 
 
 
 
 
1143
  ctc_timestamp_type: all
1144
  batch_dim_index: 0
1145
  greedy:
 
1134
  warmup_ratio: null
1135
  min_lr: 1.0e-06
1136
  target: nemo.collections.asr.models.ctc_bpe_models.EncDecCTCModelBPE
1137
+ nemo_version: 2.2.0rc2
1138
  decoding:
1139
  strategy: greedy_batch
1140
  preserve_alignments: null
1141
  compute_timestamps: null
1142
  word_seperator: ' '
1143
+ segment_seperators:
1144
+ - .
1145
+ - '!'
1146
+ - '?'
1147
+ segment_gap_threshold: null
1148
  ctc_timestamp_type: all
1149
  batch_dim_index: 0
1150
  greedy: