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
7bf00d8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"lang": "gu",
"source": "/Users/skniyajali/.cache/huggingface/hub/models--ai4bharat--indicconformer_stt_gu_hybrid_ctc_rnnt_large/snapshots/85fd7b5800dbeb55daa535c9d5c9bd38874859c7/indicconformer_stt_gu_hybrid_rnnt_large.nemo",
"source_sha256": "432e804554724060242811633f4f861c81c2b55fafe804d0eba0d89e022cec88",
"source_bytes": 523192320,
"fp32_bytes": 492987821,
"fp32_sha256": "8a46ca8c72f132207d80c2c3ebba6343867e17a60f43b579b5075a183ace1c7a",
"int8_bytes": 140337395,
"int8_sha256": "9f8031996be1a4d746d3f21318486c7faa16742d5f350975ba3a8de0f52672b3",
"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
} |