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
| ========= | |
| NeMo APIs | |
| ========= | |
| You can learn more about the underlying principles of the NeMo codebase in this section. | |
| The `NeMo Toolkit codebase <https://github.com/NVIDIA/NeMo>`__ is composed of a `core <https://github.com/NVIDIA/NeMo/tree/main/nemo/core>`__ section which contains the main building blocks of the framework, and various `collections <https://github.com/NVIDIA/NeMo/tree/main/nemo/collections>`__ which help you | |
| build specialized AI models. | |
| You can learn more about aspects of the NeMo "core" by following the links below: | |
| .. toctree:: | |
| :maxdepth: 1 | |
| :name: core | |
| :titlesonly: | |
| core/core | |
| core/neural_modules | |
| core/exp_manager | |
| core/neural_types | |
| core/adapters/intro | |
| You can learn more about aspects of the NeMo APIs by following the links below: | |
| .. toctree:: | |
| :maxdepth: 1 | |
| :name: API | |
| :titlesonly: | |
| core/api | |
| common/intro | |
| asr/api | |
| tts/api | |
| audio/api | |
| Alternatively, you can jump straight to the documentation for the individual collections: | |
| * :doc:`Automatic Speech Recognition (ASR) <../asr/intro>` | |
| * :doc:`Text-to-Speech (TTS) <../tts/intro>` | |
| * :doc:`Audio Processing <../audio/intro>` | |
| * :doc:`SpeechLM2 <../speechlm2/intro>` | |