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