Automatic Speech Recognition
Transformers
Safetensors
wav2vec2
Generated from Trainer
Eval Results (legacy)
Instructions to use sulaimank/wav2vec-xlsr-grain-lg_cv_only with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sulaimank/wav2vec-xlsr-grain-lg_cv_only with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="sulaimank/wav2vec-xlsr-grain-lg_cv_only")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("sulaimank/wav2vec-xlsr-grain-lg_cv_only") model = AutoModelForCTC.from_pretrained("sulaimank/wav2vec-xlsr-grain-lg_cv_only", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "'": 1, | |
| "[PAD]": 36, | |
| "[UNK]": 35, | |
| "a": 2, | |
| "b": 3, | |
| "c": 4, | |
| "d": 5, | |
| "e": 6, | |
| "f": 7, | |
| "g": 8, | |
| "h": 9, | |
| "i": 10, | |
| "j": 11, | |
| "k": 12, | |
| "l": 13, | |
| "m": 14, | |
| "n": 15, | |
| "o": 16, | |
| "p": 17, | |
| "q": 18, | |
| "r": 19, | |
| "s": 20, | |
| "t": 21, | |
| "u": 22, | |
| "v": 23, | |
| "w": 24, | |
| "x": 25, | |
| "y": 26, | |
| "z": 27, | |
| "|": 0, | |
| "á": 28, | |
| "é": 29, | |
| "ó": 30, | |
| "ŋ": 31, | |
| "š": 32, | |
| "η": 33, | |
| "ղ": 34 | |
| } | |