Automatic Speech Recognition
Transformers
Safetensors
Russian
gigaam-ctc
asr
gigaam
stt
ctc
ngram
audio
speech
custom_code
Instructions to use waveletdeboshir/gigaam-ctc-with-lm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use waveletdeboshir/gigaam-ctc-with-lm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="waveletdeboshir/gigaam-ctc-with-lm", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("waveletdeboshir/gigaam-ctc-with-lm", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| " ": 0, | |
| "": 33, | |
| "а": 1, | |
| "б": 2, | |
| "в": 3, | |
| "г": 4, | |
| "д": 5, | |
| "е": 6, | |
| "ж": 7, | |
| "з": 8, | |
| "и": 9, | |
| "й": 10, | |
| "к": 11, | |
| "л": 12, | |
| "м": 13, | |
| "н": 14, | |
| "о": 15, | |
| "п": 16, | |
| "р": 17, | |
| "с": 18, | |
| "т": 19, | |
| "у": 20, | |
| "ф": 21, | |
| "х": 22, | |
| "ц": 23, | |
| "ч": 24, | |
| "ш": 25, | |
| "щ": 26, | |
| "ъ": 27, | |
| "ы": 28, | |
| "ь": 29, | |
| "э": 30, | |
| "ю": 31, | |
| "я": 32 | |
| } | |