Instructions to use hf-tiny-model-private/tiny-random-UniSpeechSatForCTC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-tiny-model-private/tiny-random-UniSpeechSatForCTC with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="hf-tiny-model-private/tiny-random-UniSpeechSatForCTC")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("hf-tiny-model-private/tiny-random-UniSpeechSatForCTC") model = AutoModelForCTC.from_pretrained("hf-tiny-model-private/tiny-random-UniSpeechSatForCTC") - 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 | |
| } | |