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
Update README.md
Browse files
README.md
CHANGED
|
@@ -186,7 +186,7 @@ print(f"Result: {transcription[0]}")
|
|
| 186 |
This repository provides the final finetuned weights and the modified NeMo toolkit required to run them.
|
| 187 |
|
| 188 |
### Prerequisites
|
| 189 |
-
- NVIDIA GPU with ≥ 48 GB VRAM (tested on 96 GB RTX 6000
|
| 190 |
- Docker with NVIDIA Container Toolkit
|
| 191 |
- **Container**: `nvcr.io/nvidia/pytorch:25.01-py3`
|
| 192 |
|
|
|
|
| 186 |
This repository provides the final finetuned weights and the modified NeMo toolkit required to run them.
|
| 187 |
|
| 188 |
### Prerequisites
|
| 189 |
+
- NVIDIA GPU with ≥ 48 GB VRAM (tested on 96 GB RTX 6000 Pro Blackwell)
|
| 190 |
- Docker with NVIDIA Container Toolkit
|
| 191 |
- **Container**: `nvcr.io/nvidia/pytorch:25.01-py3`
|
| 192 |
|