hyun5ooo/deberta-v3-xlarge-korean-ai-detect
011
deberta-v3-xlarge-korean-ai-detect
Model Details
2025 SW중심대학 디지털 경진대회 : AI부문 : 생성형 AI(LLM)와 인간 : 텍스트 판별 챌린지 수상작 이 모델은 한성대학교 SW중심대학사업단으로부터 후원 받은 Cloud GPU 로 학습되었습니다.
How to Get Started with the Model
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("team-lucid/deberta-v3-xlarge-korean")
model = AutoModelForSequenceClassification.from_pretrained("hyun5ooo/deberta-v3-xlarge-korean-ai-detect")
inputs = tokenizer("안녕, 세상!", return_tensors="pt")
outputs = model(**inputs)Evaluation
2025 SW중심대학 디지털 경진대회 : AI부문 / Public 리더보드 기준
