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