Text Classification
Transformers
Safetensors
Korean
electra
hate-speech
binary-classification
korean
Eval Results (legacy)
Instructions to use Now100/kmhas_electra_binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Now100/kmhas_electra_binary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Now100/kmhas_electra_binary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Now100/kmhas_electra_binary") model = AutoModelForSequenceClassification.from_pretrained("Now100/kmhas_electra_binary") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by seank021 - opened
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
language: ko
|
|
|
|
| 3 |
tags:
|
| 4 |
- hate-speech
|
| 5 |
- binary-classification
|
| 6 |
- electra
|
| 7 |
- korean
|
| 8 |
- transformers
|
| 9 |
-
license: cc-by-4.0
|
| 10 |
datasets:
|
| 11 |
- jeanlee/kmhas_korean_hate_speech
|
| 12 |
model-index:
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: text-classification
|
| 3 |
language: ko
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
tags:
|
| 6 |
- hate-speech
|
| 7 |
- binary-classification
|
| 8 |
- electra
|
| 9 |
- korean
|
| 10 |
- transformers
|
|
|
|
| 11 |
datasets:
|
| 12 |
- jeanlee/kmhas_korean_hate_speech
|
| 13 |
model-index:
|