Automatic Speech Recognition
NeMo
Finnish
asr
speech-recognition
canary-v2
kenlm
finnish
Eval Results (legacy)
Instructions to use RASMUS/Finnish-ASR-Canary-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use RASMUS/Finnish-ASR-Canary-v2 with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("RASMUS/Finnish-ASR-Canary-v2") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
File size: 2,474 Bytes
cde7fe4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | {
"filename": "asr/api.rst",
"lineno": 7,
"status": "broken",
"code": 0,
"uri": "http://www.ee.columbia.edu/~dpwe/resources/matlab/pvoc/",
"info": "403 Client Error: Forbidden for url: https://www.ee.columbia.edu/~dpwe/resources/matlab/pvoc/"
}
{
"filename": "asr/models.rst",
"lineno": 113,
"status": "broken",
"code": 0,
"uri": "https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/asr/modules/hybrid_autoregressive_transducer.py#L39",
"info": "Anchor 'L39' not found"
}
{
"filename": "features/optimizations/activation_recomputation.rst",
"lineno": 12,
"status": "broken",
"code": 0,
"uri": "https://github.com/NVIDIA/Megatron-LM/blob/main/megatron/core/transformer/transformer_config.py#L25",
"info": "Anchor 'L25' not found"
}
{
"filename": "features/optimizations/communication_overlap.rst",
"lineno": 52,
"status": "broken",
"code": 0,
"uri": "https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/llm/recipes/tp_overlap_configs/userbuffers.py#L64",
"info": "Anchor 'L64' not found"
}
{
"filename": "features/optimizations/communication_overlap.rst",
"lineno": 52,
"status": "broken",
"code": 0,
"uri": "https://github.com/NVIDIA/NeMo/blob/main/nemo/lightning/pytorch/callbacks/megatron_comm_overlap.py#L61",
"info": "Anchor 'L61' not found"
}
{
"filename": "features/optimizations/attention_optimizations.rst",
"lineno": 96,
"status": "broken",
"code": 0,
"uri": "https://github.com/NVIDIA/Megatron-LM/blob/main/megatron/core/transformer/attention.py#L89",
"info": "Anchor 'L89' not found"
}
{
"filename": "features/parallelisms.rst",
"lineno": 319,
"status": "broken",
"code": 0,
"uri": "https://github.com/NVIDIA/Megatron-LM/blob/e2ec14ab5690fead7e33760b0f8fb20c83b4fd1f/megatron/core/transformer/moe/moe_layer.py#L29",
"info": "Anchor 'L29' not found"
}
{
"filename": "tools/nemo_forced_aligner.rst",
"lineno": 16,
"status": "broken",
"code": 0,
"uri": "https://github.com/NVIDIA/NeMo/blob/stable/tutorials/nlp/GLUE_Benchmark.ipynb",
"info": "404 Client Error: Not Found for url: https://github.com/NVIDIA/NeMo/blob/stable/tutorials/nlp/GLUE_Benchmark.ipynb"
}
{
"filename": "tools/nemo_forced_aligner.rst",
"lineno": 16,
"status": "broken",
"code": 0,
"uri": "https://nvidia.github.io/NeMo/blogs/2023/2023-08-forced-alignment/",
"info": "404 Client Error: Not Found for url: https://nvidia.github.io/NeMo/blogs/2023/2023-08-forced-alignment/"
}
|