Instructions to use sreenathsree1578/intent-classifier-malayalam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sreenathsree1578/intent-classifier-malayalam with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sreenathsree1578/intent-classifier-malayalam")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sreenathsree1578/intent-classifier-malayalam") model = AutoModelForSequenceClassification.from_pretrained("sreenathsree1578/intent-classifier-malayalam", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0c65c0a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:99323c2c2dafe6aea41cc17262c1b810948e7f2dc681c574eddfe8a498f38bd2
size 1062
|