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