Automatic Speech Recognition
Transformers
PyTorch
Turkish
wav2vec2
common_voice
Generated from Trainer
Instructions to use patrickvonplaten/hello_2b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use patrickvonplaten/hello_2b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="patrickvonplaten/hello_2b")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("patrickvonplaten/hello_2b") model = AutoModelForCTC.from_pretrained("patrickvonplaten/hello_2b") - Notebooks
- Google Colab
- Kaggle
File size: 359 Bytes
fadadb6 | 1 | {"a": 1, "b": 2, "c": 3, "d": 4, "e": 5, "f": 6, "g": 7, "h": 8, "i": 9, "j": 10, "k": 11, "l": 12, "m": 13, "n": 14, "o": 15, "p": 16, "q": 17, "r": 18, "s": 19, "t": 20, "u": 21, "v": 22, "w": 23, "x": 24, "y": 25, "z": 26, "â": 27, "ç": 28, "ë": 29, "î": 30, "ö": 31, "ü": 32, "ğ": 33, "ı": 34, "ş": 35, "̇": 36, "|": 0, "[UNK]": 37, "[PAD]": 38} |