How to use from the
Use from the
Transformers library
# 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")
Quick Links

beomi/KcELECTRA-small-v2022λ₯Ό μ΄μš©ν•΄ k-mhas 데이터셋을 ν›ˆλ ¨ν•œ λͺ¨λΈμž…λ‹ˆλ‹€. k-mhas 데이터셋은 ν•œκ΅­μ–΄ 혐였 ν‘œν˜„ 데이터셋 κ°€μš΄λ° recall μˆ˜μΉ˜κ°€ κ°€μž₯ λ†’κ²Œ λ‚˜νƒ€λ‚˜λŠ” λ°μ΄ν„°μ…‹μž…λ‹ˆλ‹€.

Downloads last month
12
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Dataset used to train happy06/KcELECTRA-small-v2022-SequenceClassification