Instructions to use p3ngdump/koelectra-hate-speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use p3ngdump/koelectra-hate-speech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="p3ngdump/koelectra-hate-speech")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("p3ngdump/koelectra-hate-speech") model = AutoModelForSequenceClassification.from_pretrained("p3ngdump/koelectra-hate-speech") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 451746758
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c67bda6d0d3a22b716bd8d3c051897edc666d263cd70382be44eaf55d848b362
|
| 3 |
size 451746758
|