How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("CarlanLark/AIGT-detector-mixed-source")
model = AutoModel.from_pretrained("CarlanLark/AIGT-detector-mixed-source", device_map="auto")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

AIGT-detector-mixed-source

Checkpoint of the robust AIGT-detector SCRN under the mixed-source setting.

Further information: https://github.com/CarlanLark/Robust-AIGC-Detector

  • Are AI-Generated Text Detectors Robust to Adversarial Perturbations?
  • Guanhua Huang, Yuchen Zhang, Zhe Li, Yongjian You, Mingze Wang, Zhouwang Yang
  • Paper link: https://arxiv.org/abs/2406.01179
Downloads last month
9
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for CarlanLark/AIGT-detector-mixed-source