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