Instructions to use IIIT-L/hing-mbert-finetuned-non-code-mixed-DS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IIIT-L/hing-mbert-finetuned-non-code-mixed-DS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="IIIT-L/hing-mbert-finetuned-non-code-mixed-DS")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("IIIT-L/hing-mbert-finetuned-non-code-mixed-DS") model = AutoModelForSequenceClassification.from_pretrained("IIIT-L/hing-mbert-finetuned-non-code-mixed-DS") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6210821 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7d1a0d0c139830917dce36e27fd7d74c5218df41e1339be08092203b154f2b80
size 3375
|