Skip to content

Commit

Permalink
update model id for seamless asr
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Oct 23, 2023
1 parent e20a9bb commit dd19703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daras_ai_v2/asr.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class AsrModels(Enum):
AsrModels.vakyansh_bhojpuri: "Harveenchadha/vakyansh-wav2vec2-bhojpuri-bhom-60",
AsrModels.nemo_english: "https://objectstore.e2enetworks.net/indic-asr-public/checkpoints/conformer/english_large_data_fixed.nemo",
AsrModels.nemo_hindi: "https://objectstore.e2enetworks.net/indic-asr-public/checkpoints/conformer/stt_hi_conformer_ctc_large_v2.nemo",
AsrModels.seamless_m4t: "seamlessM4T_large",
AsrModels.seamless_m4t: "facebook/hf-seamless-m4t-large",
}

forced_asr_languages = {
Expand Down

0 comments on commit dd19703

Please sign in to comment.