Instructions to use MahmoodAnaam/MSP-Processor-With-LM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MahmoodAnaam/MSP-Processor-With-LM with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MahmoodAnaam/MSP-Processor-With-LM", 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 | |
| } | |