Automatic Speech Recognition
NeMo
Nepali
speech
conformer
streaming
telephony
nepali
nepal
Eval Results (legacy)
Instructions to use ampixa/nepali-conformer-streaming with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use ampixa/nepali-conformer-streaming with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("ampixa/nepali-conformer-streaming") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Upload nepali_conformer_streaming.nemo with huggingface_hub
Browse files- .gitattributes +1 -0
- nepali_conformer_streaming.nemo +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
nepali_conformer_streaming.nemo filter=lfs diff=lfs merge=lfs -text
|
nepali_conformer_streaming.nemo
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:479aaf756c102b4cedebc340f038a4eaf3f81925b25add3aa8db3ef61bdb32b9
|
| 3 |
+
size 485642240
|