jeanlee/kmhas_korean_hate_speech
Viewer β’ Updated β’ 110k β’ 243 β’ 23
How to use happy06/KcELECTRA-small-v2022-SequenceClassification with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="happy06/KcELECTRA-small-v2022-SequenceClassification") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("happy06/KcELECTRA-small-v2022-SequenceClassification")
model = AutoModelForSequenceClassification.from_pretrained("happy06/KcELECTRA-small-v2022-SequenceClassification")beomi/KcELECTRA-small-v2022λ₯Ό μ΄μ©ν΄ k-mhas λ°μ΄ν°μ μ νλ ¨ν λͺ¨λΈμ λλ€. k-mhas λ°μ΄ν°μ μ νκ΅μ΄ νμ€ νν λ°μ΄ν°μ κ°μ΄λ° recall μμΉκ° κ°μ₯ λκ² λνλλ λ°μ΄ν°μ μ λλ€.