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
- Xet hash:
- 4b0e1b3fa32c7b6fa06b4250e9bf4f674e2185d1425d14ac305b79403cef5519
- Size of remote file:
- 334 MB
- SHA256:
- 4b4758efb96c8bf6512657eeb4532c32dc19ac1a3aac0ec872e5b384554e9052
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.