Automatic Speech Recognition
Transformers
Safetensors
Finnish
wav2vec2
smi
sami
Eval Results (legacy)
Instructions to use GetmanY1/wav2vec2-large-sami-22k-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GetmanY1/wav2vec2-large-sami-22k-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="GetmanY1/wav2vec2-large-sami-22k-finetuned")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("GetmanY1/wav2vec2-large-sami-22k-finetuned") model = AutoModelForCTC.from_pretrained("GetmanY1/wav2vec2-large-sami-22k-finetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "</s>": 2, | |
| "<pad>": 0, | |
| "<s>": 1, | |
| "<unk>": 3, | |
| "a": 16, | |
| "b": 27, | |
| "c": 28, | |
| "d": 23, | |
| "e": 19, | |
| "f": 26, | |
| "g": 25, | |
| "h": 8, | |
| "i": 9, | |
| "j": 11, | |
| "k": 21, | |
| "l": 20, | |
| "m": 18, | |
| "n": 10, | |
| "o": 7, | |
| "p": 15, | |
| "q": 31, | |
| "r": 22, | |
| "s": 17, | |
| "t": 14, | |
| "u": 6, | |
| "v": 5, | |
| "w": 30, | |
| "x": 32, | |
| "y": 13, | |
| "z": 29, | |
| "|": 4, | |
| "á": 34, | |
| "ä": 12, | |
| "å": 33, | |
| "æ": 35, | |
| "é": 36, | |
| "ï": 37, | |
| "ö": 24, | |
| "ø": 38, | |
| "ü": 39, | |
| "č": 40, | |
| "đ": 41, | |
| "ŋ": 42, | |
| "š": 43, | |
| "ŧ": 44, | |
| "ž": 45 | |
| } | |