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: 129 Bytes
0f8ce20 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2e96814e05dd75a03891a8b9f74aa0ba01ee2183132c5225134be28ebda27222
size 2991
|