Instructions to use eclat12450/fine-tuned-KcELECTRA-base-hatespeechdetection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eclat12450/fine-tuned-KcELECTRA-base-hatespeechdetection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="eclat12450/fine-tuned-KcELECTRA-base-hatespeechdetection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("eclat12450/fine-tuned-KcELECTRA-base-hatespeechdetection") model = AutoModelForSequenceClassification.from_pretrained("eclat12450/fine-tuned-KcELECTRA-base-hatespeechdetection") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 8