google/fleurs
Viewer • Updated • 768k • 89.1k • 438
How to use mpasila/faster-whisper-medium-finnish with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("mpasila/faster-whisper-medium-finnish", device_map="auto")This is a conversion of Finnish-NLP/whisper-medium-finnish into faster-whisper format.