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