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