Instructions to use Bisher/wav2vec2-xls-r-300m-IqraEval-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Bisher/wav2vec2-xls-r-300m-IqraEval-3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Bisher/wav2vec2-xls-r-300m-IqraEval-3")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Bisher/wav2vec2-xls-r-300m-IqraEval-3") model = AutoModelForCTC.from_pretrained("Bisher/wav2vec2-xls-r-300m-IqraEval-3") - Notebooks
- Google Colab
- Kaggle
| { | |
| "$": 1, | |
| "*": 2, | |
| "<": 3, | |
| "A": 4, | |
| "D": 5, | |
| "E": 6, | |
| "H": 7, | |
| "I": 8, | |
| "S": 9, | |
| "T": 10, | |
| "U": 11, | |
| "Z": 12, | |
| "[PAD]": 36, | |
| "[UNK]": 35, | |
| "^": 13, | |
| "a": 14, | |
| "b": 15, | |
| "d": 16, | |
| "f": 17, | |
| "g": 18, | |
| "h": 19, | |
| "i": 20, | |
| "j": 21, | |
| "k": 22, | |
| "l": 23, | |
| "m": 24, | |
| "n": 25, | |
| "q": 26, | |
| "r": 27, | |
| "s": 28, | |
| "t": 29, | |
| "u": 30, | |
| "w": 31, | |
| "x": 32, | |
| "y": 33, | |
| "z": 34, | |
| "|": 0 | |
| } | |