Instructions to use bartelds/gos-gpum-cp0_adp0_96m-silver_96-orig_1e-4_cp-11000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bartelds/gos-gpum-cp0_adp0_96m-silver_96-orig_1e-4_cp-11000 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="bartelds/gos-gpum-cp0_adp0_96m-silver_96-orig_1e-4_cp-11000")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("bartelds/gos-gpum-cp0_adp0_96m-silver_96-orig_1e-4_cp-11000") model = AutoModelForCTC.from_pretrained("bartelds/gos-gpum-cp0_adp0_96m-silver_96-orig_1e-4_cp-11000") - Notebooks
- Google Colab
- Kaggle
| { | |
| "'": 27, | |
| "</s>": 2, | |
| "<pad>": 0, | |
| "<s>": 1, | |
| "<unk>": 3, | |
| "a": 7, | |
| "b": 24, | |
| "c": 19, | |
| "d": 14, | |
| "e": 5, | |
| "f": 20, | |
| "g": 21, | |
| "h": 11, | |
| "i": 10, | |
| "j": 29, | |
| "k": 26, | |
| "l": 15, | |
| "m": 17, | |
| "n": 9, | |
| "o": 8, | |
| "p": 23, | |
| "q": 30, | |
| "r": 13, | |
| "s": 12, | |
| "t": 6, | |
| "u": 16, | |
| "v": 25, | |
| "w": 18, | |
| "x": 28, | |
| "y": 22, | |
| "z": 31, | |
| "|": 4, | |
| "ö": 32 | |
| } | |