Automatic Speech Recognition
NeMo
ONNX
PyTorch
Portuguese
speech
audio
CTC
QuartzNet
NeMo
portuguese
brazil
Eval Results (legacy)
Instructions to use ottema/stt_pt_quartznet15x5_ctc_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use ottema/stt_pt_quartznet15x5_ctc_small with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("ottema/stt_pt_quartznet15x5_ctc_small") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Upload stt_pt_quartznet15x5_ctc_small.nemo
Browse files- .gitattributes +1 -0
- stt_pt_quartznet15x5_ctc_small.nemo +3 -0
.gitattributes
CHANGED
|
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
stt_pt_quartznet15x5_ctc_small.nemo filter=lfs diff=lfs merge=lfs -text
|
stt_pt_quartznet15x5_ctc_small.nemo
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95e5e5813eea0272687e3dcff9c99b324a33a5bc4b72ab1a1a3fca7c228466e3
|
| 3 |
+
size 76359680
|