You need to agree to share your contact information to access this model
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
Access is granted individually. Please say who you are and what you intend to use the weights for.
Log in or Sign Up to review the conditions and access this model content.
ideadet-modernbert-1m-outline
Idea-level AI-text detector. Answers whose ideas a document contains, not who typed the sentences: a document whose ideas are a person's is labelled human however much of the surface an AI produced.
- Backbone: modernbert
- Training corpus: 1m
- Reads at inference: a de-leaked (paraphrased) role-labelled outline of the document
Stored y=1 means HUMAN. The score is softmax(logits)[:, 0] = P(human), and the detector
fires when that falls below a calibrated threshold. Thresholds are quantiles of the score
distribution over held-out human documents and are not included here; a cut from one
model or input form is meaningless against another's scores.
Weights are float32, exactly as used to produce the reported numbers.
Fuller documentation and evaluation results to follow.
- Downloads last month
- -