Instructions to use Umong/w2v-bert-2.0-bd-regional-dialects with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Umong/w2v-bert-2.0-bd-regional-dialects with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Umong/w2v-bert-2.0-bd-regional-dialects")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Umong/w2v-bert-2.0-bd-regional-dialects") model = AutoModelForCTC.from_pretrained("Umong/w2v-bert-2.0-bd-regional-dialects") - Notebooks
- Google Colab
- Kaggle
| { | |
| "[PAD]": 64, | |
| "[UNK]": 63, | |
| "|": 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 | |
| } | |