Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
msp_audio
Generated from Trainer
custom_code
Instructions to use MahmoodAnaam/MSP-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MahmoodAnaam/MSP-ASR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="MahmoodAnaam/MSP-ASR", trust_remote_code=True)# Load model directly from transformers import AutoModelForCTC model = AutoModelForCTC.from_pretrained("MahmoodAnaam/MSP-ASR", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "'": 26, | |
| "</s>": 2, | |
| "<pad>": 0, | |
| "<s>": 1, | |
| "<unk>": 3, | |
| "A": 8, | |
| "B": 24, | |
| "C": 20, | |
| "D": 15, | |
| "E": 5, | |
| "F": 22, | |
| "G": 21, | |
| "H": 11, | |
| "I": 9, | |
| "J": 28, | |
| "K": 25, | |
| "L": 14, | |
| "M": 19, | |
| "N": 10, | |
| "O": 7, | |
| "P": 23, | |
| "Q": 30, | |
| "R": 13, | |
| "S": 12, | |
| "T": 6, | |
| "U": 16, | |
| "V": 27, | |
| "W": 18, | |
| "X": 29, | |
| "Y": 17, | |
| "Z": 31, | |
| "|": 4 | |
| } | |