Instructions to use verloop/Hinglish-DistilBert-Class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use verloop/Hinglish-DistilBert-Class with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="verloop/Hinglish-DistilBert-Class")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("verloop/Hinglish-DistilBert-Class") model = AutoModelForSequenceClassification.from_pretrained("verloop/Hinglish-DistilBert-Class", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8489b66 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b9cfcb4294f81284e080c718942f1b348add17b7619e7fff74bcf0b23cc004a0
size 263177359
|