pangram/editlens_iclr
Viewer • Updated • 80.6k • 707 • 5
How to use pangram/editlens_Llama-3.2-3B with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Llama-3.2-3B")
model = PeftModel.from_pretrained(base_model, "pangram/editlens_Llama-3.2-3B")This model is a meta-llama/Llama-3.2-3B base model finetuned for AI detection according to the techniques described in the EditLens paper by Thai et al. (ICLR 2026)
meta-llama/Llama-3.2-3BBibTeX:
@misc{thai2025editlensquantifyingextentai,
title={EditLens: Quantifying the Extent of AI Editing in Text},
author={Katherine Thai and Bradley Emi and Elyas Masrour and Mohit Iyyer},
year={2025},
eprint={2510.03154},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2510.03154},
}
Base model
meta-llama/Llama-3.2-3B