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
Commit History
allow flax af87a00
add model 0e2363d
Cameron Clarke commited on