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