You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fill "stt_en_fastconformer_ctc_small" in init_from_pretrained_model but i get an error "not found" the "stt_en_fastconformer_ctc_small"
name: "FastConformer-CTC-BPE"# name: "model STT N test"init_from_pretrained_model: "stt_en_fastconformer_ctc_small"model:
sample_rate: 16000log_prediction: true # enables logging sample predictions in the output during trainingctc_reduction: 'mean_volume'skip_nan_grad: falsemodel_defaults:
pred_hidden: 320joint_hidden: 320train_ds:
manifest_filepath: /home/team_voice/STT_pdnguyen/finetune-fast-conformer_14m/metadata_train/fubon_add_all_data_train_10_10_2024.jsonsample_rate: ${model.sample_rate}batch_size: 1# you may increase batch_size if your memory allowsshuffle: truenum_workers: 32pin_memory: truemax_duration: 20# it is set for LibriSpeech, you may need to update it for your datasetmin_duration: 0.3# tarred datasetsis_tarred: falsetarred_audio_filepaths: nullshuffle_n: 2048# bucketing paramsbucketing_strategy: "fully_randomized"bucketing_batch_size: null
The text was updated successfully, but these errors were encountered:
I fill "stt_en_fastconformer_ctc_small" in init_from_pretrained_model but i get an error "not found" the "stt_en_fastconformer_ctc_small"
The text was updated successfully, but these errors were encountered: