Instructions to use mobilebytesensei/betterflow-indicconformer-ctc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use mobilebytesensei/betterflow-indicconformer-ctc with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("mobilebytesensei/betterflow-indicconformer-ctc") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
File size: 905 Bytes
abd4ff9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"lang": "ta",
"source": "/Users/skniyajali/.cache/huggingface/hub/models--ai4bharat--indicconformer_stt_ta_hybrid_ctc_rnnt_large/snapshots/8c31aa8d04964b8fc87e4eaaee7916f7d2c024da/indicconformer_stt_ta_hybrid_rnnt_large.nemo",
"source_sha256": "40a6fce3374ceb67daa2a071e92f0948c51c6a95b734d4881a3bcfe0b1bed32a",
"source_bytes": 523192320,
"fp32_bytes": 492987821,
"fp32_sha256": "766530dede579dcf70e2af57136a31022af8149aaa899a114946b566f2620831",
"int8_bytes": 140337395,
"int8_sha256": "08b85596996429e11a5312a90ba9434a9dc023e76a45ff6958980f1cee8ffecd",
"tokens_sha256": "ee60967630213f31951817ac8b402b92ec18cce80718a24a49b388e56672dfb2",
"vocab": 5633,
"sherpa_metadata": {
"vocab_size": "5633",
"subsampling_factor": "4",
"normalize_type": "per_feature",
"feature_dim": "80"
},
"fp32_conv_nodes": {
"fp32": 54,
"int8": 0
},
"t1_budget_mb": 1300
} |