Push model using huggingface_hub.
Browse files- model_config.yaml +42 -3
model_config.yaml
CHANGED
@@ -1134,7 +1134,7 @@ 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.
|
1138 |
decoding:
|
1139 |
strategy: greedy_batch
|
1140 |
preserve_alignments: null
|
@@ -1157,15 +1157,54 @@ decoding:
|
|
1157 |
alpha: 0.33
|
1158 |
entropy_norm: exp
|
1159 |
temperature: DEPRECATED
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1160 |
beam:
|
1161 |
beam_size: 4
|
1162 |
search_type: default
|
1163 |
preserve_alignments: false
|
1164 |
compute_timestamps: false
|
1165 |
return_best_hypothesis: true
|
1166 |
-
|
1167 |
-
|
|
|
|
|
1168 |
kenlm_path: null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1169 |
flashlight_cfg:
|
1170 |
lexicon_path: null
|
1171 |
boost_path: null
|
|
|
1134 |
warmup_ratio: null
|
1135 |
min_lr: 1.0e-06
|
1136 |
target: nemo.collections.asr.models.ctc_bpe_models.EncDecCTCModelBPE
|
1137 |
+
nemo_version: 2.5.0rc1
|
1138 |
decoding:
|
1139 |
strategy: greedy_batch
|
1140 |
preserve_alignments: null
|
|
|
1157 |
alpha: 0.33
|
1158 |
entropy_norm: exp
|
1159 |
temperature: DEPRECATED
|
1160 |
+
ngram_lm_model: null
|
1161 |
+
ngram_lm_alpha: 0.0
|
1162 |
+
boosting_tree:
|
1163 |
+
model_path: null
|
1164 |
+
key_phrases_file: null
|
1165 |
+
key_phrases_list: null
|
1166 |
+
context_score: 1.0
|
1167 |
+
depth_scaling: 1.0
|
1168 |
+
unk_score: 0.0
|
1169 |
+
final_eos_score: 1.0
|
1170 |
+
score_per_phrase: 0.0
|
1171 |
+
source_lang: en
|
1172 |
+
use_triton: true
|
1173 |
+
uniform_weights: false
|
1174 |
+
use_bpe_dropout: false
|
1175 |
+
num_of_transcriptions: 5
|
1176 |
+
bpe_alpha: 0.3
|
1177 |
+
boosting_tree_alpha: 0.0
|
1178 |
+
allow_cuda_graphs: true
|
1179 |
beam:
|
1180 |
beam_size: 4
|
1181 |
search_type: default
|
1182 |
preserve_alignments: false
|
1183 |
compute_timestamps: false
|
1184 |
return_best_hypothesis: true
|
1185 |
+
allow_cuda_graphs: true
|
1186 |
+
beam_alpha: null
|
1187 |
+
beam_beta: 1.0
|
1188 |
+
beam_threshold: 20.0
|
1189 |
kenlm_path: null
|
1190 |
+
ngram_lm_alpha: 1.0
|
1191 |
+
ngram_lm_model: null
|
1192 |
+
boosting_tree:
|
1193 |
+
model_path: null
|
1194 |
+
key_phrases_file: null
|
1195 |
+
key_phrases_list: null
|
1196 |
+
context_score: 1.0
|
1197 |
+
depth_scaling: 1.0
|
1198 |
+
unk_score: 0.0
|
1199 |
+
final_eos_score: 1.0
|
1200 |
+
score_per_phrase: 0.0
|
1201 |
+
source_lang: en
|
1202 |
+
use_triton: true
|
1203 |
+
uniform_weights: false
|
1204 |
+
use_bpe_dropout: false
|
1205 |
+
num_of_transcriptions: 5
|
1206 |
+
bpe_alpha: 0.3
|
1207 |
+
boosting_tree_alpha: 0.0
|
1208 |
flashlight_cfg:
|
1209 |
lexicon_path: null
|
1210 |
boost_path: null
|