Automatic Speech Recognition
Transformers
Safetensors
Twi
Akan
wav2vec2-bert
akan
asante-twi
asr
ctc
dondo
ghana
ghana-health-ai
serendepify
twi
w2v-bert
Eval Results (legacy)
Instructions to use teckedd/gha-dondo-w2v-bert-twi-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use teckedd/gha-dondo-w2v-bert-twi-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="teckedd/gha-dondo-w2v-bert-twi-v1")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("teckedd/gha-dondo-w2v-bert-twi-v1") model = AutoModelForCTC.from_pretrained("teckedd/gha-dondo-w2v-bert-twi-v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "[": 1, | |
| "[PAD]": 37, | |
| "[UNK]": 36, | |
| "]": 2, | |
| "a": 3, | |
| "b": 4, | |
| "c": 72, | |
| "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": 39, | |
| "r": 18, | |
| "s": 19, | |
| "t": 20, | |
| "u": 21, | |
| "v": 22, | |
| "w": 23, | |
| "x": 40, | |
| "y": 24, | |
| "z": 25, | |
| "|": 0, | |
| "à": 41, | |
| "á": 26, | |
| "â": 73, | |
| "ã": 27, | |
| "ç": 74, | |
| "è": 42, | |
| "é": 28, | |
| "ê": 75, | |
| "ë": 76, | |
| "ì": 43, | |
| "í": 29, | |
| "î": 77, | |
| "ï": 78, | |
| "ò": 44, | |
| "ó": 30, | |
| "ô": 79, | |
| "õ": 38, | |
| "ù": 80, | |
| "ú": 31, | |
| "û": 81, | |
| "ü": 82, | |
| "ĩ": 32, | |
| "ŋ": 45, | |
| "œ": 83, | |
| "ũ": 33, | |
| "ƒ": 46, | |
| "ɔ": 34, | |
| "ɖ": 47, | |
| "ɛ": 35, | |
| "ɣ": 48, | |
| "ʋ": 49, | |
| "ב": 50, | |
| "ג": 51, | |
| "ד": 52, | |
| "ה": 53, | |
| "ו": 54, | |
| "ז": 55, | |
| "ח": 56, | |
| "ט": 57, | |
| "י": 58, | |
| "כ": 59, | |
| "ל": 60, | |
| "מ": 61, | |
| "נ": 62, | |
| "ס": 63, | |
| "ע": 64, | |
| "פ": 65, | |
| "צ": 66, | |
| "ק": 67, | |
| "ר": 68, | |
| "ש": 69, | |
| "ת": 70, | |
| "ẹ": 84, | |
| "ẽ": 71 | |
| } | |