Text Classification
Transformers
Safetensors
bert
language-identification
indian-languages
banking
romanized
text-embeddings-inference
Instructions to use dnivra26/muril-lang-id-v7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dnivra26/muril-lang-id-v7 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dnivra26/muril-lang-id-v7")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dnivra26/muril-lang-id-v7") model = AutoModelForSequenceClassification.from_pretrained("dnivra26/muril-lang-id-v7", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "backend": "tokenizers", | |
| "cls_token": "[CLS]", | |
| "do_lower_case": false, | |
| "is_local": false, | |
| "lowercase": false, | |
| "mask_token": "[MASK]", | |
| "model_max_length": 512, | |
| "pad_token": "[PAD]", | |
| "sep_token": "[SEP]", | |
| "strip_accents": false, | |
| "tokenize_chinese_chars": true, | |
| "tokenizer_class": "BertTokenizer", | |
| "unk_token": "[UNK]" | |
| } | |