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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6590fc3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4e91d84eec4f4ee16306555b3a6b2b4d6fc2bdbdb4fd1f4a594d6ab25937c7df
size 437996088
|