Instructions to use yacoubagbane/checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yacoubagbane/checkpoints with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="yacoubagbane/checkpoints")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("yacoubagbane/checkpoints") model = AutoModelForCTC.from_pretrained("yacoubagbane/checkpoints", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "!": 1, | |
| "'": 2, | |
| ",": 3, | |
| "-": 4, | |
| ".": 5, | |
| "/": 6, | |
| "0": 7, | |
| "1": 8, | |
| ";": 9, | |
| "?": 10, | |
| "[": 11, | |
| "[PAD]": 60, | |
| "[UNK]": 59, | |
| "a": 12, | |
| "b": 13, | |
| "c": 14, | |
| "d": 15, | |
| "e": 16, | |
| "f": 17, | |
| "g": 18, | |
| "h": 19, | |
| "i": 20, | |
| "j": 21, | |
| "k": 22, | |
| "l": 23, | |
| "m": 24, | |
| "n": 25, | |
| "o": 26, | |
| "p": 27, | |
| "q": 28, | |
| "r": 29, | |
| "s": 30, | |
| "t": 31, | |
| "u": 32, | |
| "v": 33, | |
| "w": 34, | |
| "x": 35, | |
| "y": 36, | |
| "z": 37, | |
| "|": 0, | |
| "à": 38, | |
| "â": 39, | |
| "ã": 40, | |
| "ç": 41, | |
| "è": 42, | |
| "é": 43, | |
| "ê": 44, | |
| "ë": 45, | |
| "î": 46, | |
| "ï": 47, | |
| "ñ": 48, | |
| "ò": 49, | |
| "ó": 50, | |
| "ô": 51, | |
| "û": 52, | |
| "ā": 53, | |
| "ŋ": 54, | |
| "ɔ": 55, | |
| "ɛ": 56, | |
| "ɲ": 57, | |
| "́": 58 | |
| } | |