Instructions to use vanishingradient/turkish_hate_speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vanishingradient/turkish_hate_speech with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("google-bert/bert-base-multilingual-cased") model = PeftModel.from_pretrained(base_model, "vanishingradient/turkish_hate_speech") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f5bb44e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:09d12b2aa231b8879bd9af1ac3732db69648338e338d3c54e6fc6066dab7cb91
size 5368
|