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 3 files
Browse files- pytorch_model.bin +1 -1
- training_args.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:add76fff87b843313833a9176fbd9124fb3ebaea50ac8ae64c51e1af2219de6b
|
| 3 |
size 451746758
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1976
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15118e11a44fa20374dca9591a8af252a14486fc2fb7cef88b7a86dbc6aeb3c6
|
| 3 |
size 1976
|