Instructions to use kdcyberdude/w2v-bert-punjabi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kdcyberdude/w2v-bert-punjabi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="kdcyberdude/w2v-bert-punjabi")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("kdcyberdude/w2v-bert-punjabi") model = AutoModelForCTC.from_pretrained("kdcyberdude/w2v-bert-punjabi", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "[PAD]": 66, | |
| "[UNK]": 65, | |
| "|": 0, | |
| "ਂ": 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, | |
| "ਫ": 33, | |
| "ਬ": 34, | |
| "ਭ": 35, | |
| "ਮ": 36, | |
| "ਯ": 37, | |
| "ਰ": 38, | |
| "ਲ": 39, | |
| "ਲ਼": 40, | |
| "ਵ": 41, | |
| "ਸ਼": 42, | |
| "ਸ": 43, | |
| "ਹ": 44, | |
| "਼": 45, | |
| "ਾ": 46, | |
| "ਿ": 47, | |
| "ੀ": 48, | |
| "ੁ": 49, | |
| "ੂ": 50, | |
| "ੇ": 51, | |
| "ੈ": 52, | |
| "ੋ": 53, | |
| "ੌ": 54, | |
| "੍": 55, | |
| "ਖ਼": 56, | |
| "ਗ਼": 57, | |
| "ਜ਼": 58, | |
| "ੜ": 59, | |
| "ਫ਼": 60, | |
| "ੰ": 61, | |
| "ੱ": 62, | |
| "ੲ": 63, | |
| "ੳ": 64 | |
| } | |